com.servingxml.components.sql
Class RecordFound

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

public class RecordFound
extends java.lang.Object


Constructor Summary
RecordFound(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

RecordFound

public RecordFound(SqlUpdateDatabaseFactory sqlUpdate)
Method Detail

createSqlUpdater

public SqlUpdateDatabase createSqlUpdater(ServiceContext context,
                                          Flow flow)

createSqlBatchUpdater

public SqlBatchUpdateOperation createSqlBatchUpdater(ServiceContext context,
                                                     Flow flow)