com.servingxml.components.sql
Class RecordNotFound

java.lang.Object
  extended by com.servingxml.components.sql.RecordNotFound

public class RecordNotFound
extends java.lang.Object


Constructor Summary
RecordNotFound(SqlUpdateDatabaseFactory sqlUpdate)
           
 
Method Summary
 SqlBatchUpdateOperation createSqlBatchUpdater(ServiceContext context, Flow flow)
           
 SqlUpdateDatabase createSqlUpdater(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordNotFound

public RecordNotFound(SqlUpdateDatabaseFactory sqlUpdate)
Method Detail

createSqlUpdater

public SqlUpdateDatabase createSqlUpdater(ServiceContext context,
                                          Flow flow)

createSqlBatchUpdater

public SqlBatchUpdateOperation createSqlBatchUpdater(ServiceContext context,
                                                     Flow flow)