public class OperationOrderUpdateManager extends AbstractUpdateManager
AbstractUpdateManager.CustomMappingconf, dict| Constructor and Description |
|---|
OperationOrderUpdateManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
flush(java.util.Collection rows,
PreparedStatementManager psMgr)
Flush the given collection of secondary rows.
|
protected java.util.Collection |
flush(RowManager rowMgr,
PreparedStatementManager psMgr,
java.util.Collection exceps)
Flush all rows of the given row manager.
|
protected PreparedStatementManager |
newPreparedStatementManager(JDBCStore store,
java.sql.Connection conn)
Return a new
PreparedStatementManager. |
protected RowManager |
newRowManager()
Return a new
RowManager. |
boolean |
orderDirty()
Whether the store context should maintain the order in which instances
are dirtied.
|
addException, delete, endConfiguration, flush, flush, insert, populateRowManager, setConfiguration, startConfiguration, update, updateIndicatorspublic boolean orderDirty()
UpdateManagerprotected RowManager newRowManager()
AbstractUpdateManagerRowManager.newRowManager in class AbstractUpdateManagerprotected PreparedStatementManager newPreparedStatementManager(JDBCStore store, java.sql.Connection conn)
AbstractUpdateManagerPreparedStatementManager.newPreparedStatementManager in class AbstractUpdateManagerprotected java.util.Collection flush(RowManager rowMgr, PreparedStatementManager psMgr, java.util.Collection exceps)
AbstractUpdateManagerexceps (which may start as null) using
AbstractUpdateManager.addException(java.util.Collection, java.lang.Exception). Return exceps.flush in class AbstractUpdateManagerprotected void flush(java.util.Collection rows,
PreparedStatementManager psMgr)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.