com.servingxml.components.sql
Class SqlUpdateDetailFactory

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

public class SqlUpdateDetailFactory
extends java.lang.Object
implements SqlUpdateDatabaseFactory


Field Summary
 
Fields inherited from interface com.servingxml.components.sql.SqlUpdateDatabaseFactory
NULL
 
Constructor Summary
SqlUpdateDetailFactory(Name fieldName, 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

SqlUpdateDetailFactory

public SqlUpdateDetailFactory(Name fieldName,
                              SqlUpdateDatabaseFactory sqlUpdate)
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