public interface UpdateManager
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
flush(java.util.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.
|
boolean orderDirty()
java.util.Collection flush(java.util.Collection states, JDBCStore store)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.