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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01