org.apache.openjpa.jdbc.kernel
public class: BatchingOperationOrderUpdateManager [javadoc |
source]
java.lang.Object
org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
org.apache.openjpa.jdbc.kernel.OperationOrderUpdateManager
org.apache.openjpa.jdbc.kernel.BatchingOperationOrderUpdateManager
All Implemented Interfaces:
UpdateManager, Configurable
Batch update manager that writes the SQL in object-level operation order.
This update manager initiates a BatchPreparedStatementManagerImpl which
will utilize the JDBC addBatch() and executeBatch() APIs to batch the
statements for performance improvement.
This is the plug-in class for UpdateManager to support statement
batching for ordering. You can plug-in this statement batch implementation
through the following property:
< property name="openjpa.jdbc.UpdateManager"
value="org.apache.openjpa.jdbc.kernel.BatchingOperationOrderUpdateManager"
/>
| Methods from org.apache.openjpa.jdbc.kernel.AbstractUpdateManager: |
|---|
|
addException, delete, endConfiguration, flush, flush, insert, newPreparedStatementManager, newRowManager, populateRowManager, setConfiguration, startConfiguration, update, updateIndicators |