org.apache.openjpa.jdbc.kernel
Interface UpdateManager

All Known Implementing Classes:
AbstractUpdateManager, BatchingConstraintUpdateManager, BatchingOperationOrderUpdateManager, ConstraintUpdateManager, OperationOrderUpdateManager

public interface UpdateManager

This interface is used to customize the way that updates are made to database records.

Author:
Abe White

Method Summary
 Collection flush(Collection states, JDBCStore store)
          Flush the given instances to the data store.
 boolean orderDirty()
          Whether the store context should maintain the order in which instances are dirtied.
 

Method Detail

orderDirty

boolean orderDirty()
Whether the store context should maintain the order in which instances are dirtied.


flush

Collection flush(Collection states,
                 JDBCStore store)
Flush the given instances to the data store.

See Also:
StoreManager.flush(java.util.Collection)


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.