public class OperationOrderUpdateManager extends AbstractUpdateManager
AbstractUpdateManager.CustomMapping
conf, 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, updateIndicators
public boolean orderDirty()
UpdateManager
protected RowManager newRowManager()
AbstractUpdateManager
RowManager
.newRowManager
in class AbstractUpdateManager
protected PreparedStatementManager newPreparedStatementManager(JDBCStore store, Connection conn)
AbstractUpdateManager
PreparedStatementManager
.newPreparedStatementManager
in class AbstractUpdateManager
protected Collection flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps)
AbstractUpdateManager
exceps
(which may start as null) using
AbstractUpdateManager.addException(java.util.Collection, java.lang.Exception)
. Return exceps
.flush
in class AbstractUpdateManager
protected void flush(Collection rows, PreparedStatementManager psMgr)
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.