public class OperationOrderUpdateManager extends AbstractUpdateManager
AbstractUpdateManager.CustomMappingconf, dict| Constructor and Description |
|---|
OperationOrderUpdateManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
flush(Collection rows,
PreparedStatementManager psMgr)
Flush the given collection of secondary rows.
|
protected Collection |
flush(RowManager rowMgr,
PreparedStatementManager psMgr,
Collection exceps)
Flush all rows of the given row manager.
|
protected PreparedStatementManager |
newPreparedStatementManager(JDBCStore store,
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, Connection conn)
AbstractUpdateManagerPreparedStatementManager.newPreparedStatementManager in class AbstractUpdateManagerprotected Collection flush(RowManager rowMgr, PreparedStatementManager psMgr, 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(Collection rows, PreparedStatementManager psMgr)
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.