com.servingxml.components.sql
Class SqlUpdateChoiceFactory

java.lang.Object
  extended by com.servingxml.components.sql.SqlUpdateChoiceFactory
All Implemented Interfaces:
SqlUpdateDatabaseFactory

public class SqlUpdateChoiceFactory
extends java.lang.Object
implements SqlUpdateDatabaseFactory


Field Summary
 
Fields inherited from interface com.servingxml.components.sql.SqlUpdateDatabaseFactory
NULL
 
Constructor Summary
SqlUpdateChoiceFactory(SqlQuery sqlQuery, RecordFound sqlFound, RecordNotFound sqlNotFound)
           
 
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

SqlUpdateChoiceFactory

public SqlUpdateChoiceFactory(SqlQuery sqlQuery,
                              RecordFound sqlFound,
                              RecordNotFound sqlNotFound)
Method Detail

createSqlUpdater

public SqlUpdateDatabase createSqlUpdater(ServiceContext context,
                                          Flow flow)
Specified by:
createSqlUpdater in interface SqlUpdateDatabaseFactory

createSqlBatchUpdater

public SqlBatchUpdateOperation createSqlBatchUpdater(ServiceContext context,
                                                     Flow flow)
Specified by:
createSqlBatchUpdater in interface SqlUpdateDatabaseFactory