com.servingxml.components.sql
Class SqlUpdateFactory

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

public class SqlUpdateFactory
extends java.lang.Object
implements SqlUpdateDatabaseFactory


Field Summary
 
Fields inherited from interface com.servingxml.components.sql.SqlUpdateDatabaseFactory
NULL
 
Constructor Summary
SqlUpdateFactory(RecordAccepter accepter, SqlStatement sqlStatement, SqlUpdateDatabaseFactory[] detailUpdates)
           
 
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

SqlUpdateFactory

public SqlUpdateFactory(RecordAccepter accepter,
                        SqlStatement sqlStatement,
                        SqlUpdateDatabaseFactory[] detailUpdates)
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