com.servingxml.components.sql
Class SqlPreparedUpdateFactory

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

public class SqlPreparedUpdateFactory
extends java.lang.Object
implements SqlUpdateDatabaseFactory


Field Summary
 
Fields inherited from interface com.servingxml.components.sql.SqlUpdateDatabaseFactory
NULL
 
Constructor Summary
SqlPreparedUpdateFactory(RecordAccepter accepter, java.lang.String statement, ValueExpression[] arguments, 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

SqlPreparedUpdateFactory

public SqlPreparedUpdateFactory(RecordAccepter accepter,
                                java.lang.String statement,
                                ValueExpression[] arguments,
                                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