SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

kodo.jdbc.runtime
Class UpdateManagerImpl

java.lang.Object
  |
  +--kodo.jdbc.runtime.UpdateManagerImpl
All Implemented Interfaces:
Configurable, UpdateManager

public class UpdateManagerImpl
extends Object
implements UpdateManager, Configurable

Standard update manager, capable of statement batching and foreign key constraint evaluation.


Constructor Summary
UpdateManagerImpl()
           
 
Method Summary
 void endConfiguration()
          Invoked upon completion of bean property configuration for this object.
 Collection flush(Collection states, JDBCStoreManager store)
          Flush the given instances to the data store.
 void setConfiguration(Configuration conf)
          Invoked prior to setting bean properties.
 void startConfiguration()
          Invoked before bean property configuration is begun on this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateManagerImpl

public UpdateManagerImpl()
Method Detail

setConfiguration

public void setConfiguration(Configuration conf)
Description copied from interface: Configurable
Invoked prior to setting bean properties.
Specified by:
setConfiguration in interface Configurable

startConfiguration

public void startConfiguration()
Description copied from interface: Configurable
Invoked before bean property configuration is begun on this object.
Specified by:
startConfiguration in interface Configurable

endConfiguration

public void endConfiguration()
Description copied from interface: Configurable
Invoked upon completion of bean property configuration for this object.
Specified by:
endConfiguration in interface Configurable

flush

public Collection flush(Collection states,
                        JDBCStoreManager store)
                 throws SQLException
Description copied from interface: UpdateManager
Flush the given instances to the data store.
Specified by:
flush in interface UpdateManager
Following copied from interface: kodo.jdbc.runtime.UpdateManager
See Also:
StoreManager.flush(java.util.Collection)

SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.