Uses of Interface
org.apache.openjpa.jdbc.kernel.PreparedStatementManager
Packages that use PreparedStatementManager
-
Uses of PreparedStatementManager in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedStatementManagerModifier and TypeClassDescriptionclass
Batch prepared statement manager implementation.class
Basic prepared statement manager implementation.Methods in org.apache.openjpa.jdbc.kernel that return PreparedStatementManagerModifier and TypeMethodDescriptionprotected abstract PreparedStatementManager
AbstractUpdateManager.newPreparedStatementManager
(JDBCStore store, Connection conn) Return a newPreparedStatementManager
.protected PreparedStatementManager
BatchingConstraintUpdateManager.newPreparedStatementManager
(JDBCStore store, Connection conn) protected PreparedStatementManager
BatchingOperationOrderUpdateManager.newPreparedStatementManager
(JDBCStore store, Connection conn) protected PreparedStatementManager
ConstraintUpdateManager.newPreparedStatementManager
(JDBCStore store, Connection conn) protected PreparedStatementManager
OperationOrderUpdateManager.newPreparedStatementManager
(JDBCStore store, Connection conn) Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedStatementManagerModifier and TypeMethodDescriptionprotected Collection
AbstractUpdateManager.flush
(Collection states, JDBCStore store, PreparedStatementManager psMgr) protected abstract Collection
AbstractUpdateManager.flush
(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) Flush all rows of the given row manager.protected Collection
BatchingConstraintUpdateManager.flush
(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected Collection
BatchingOperationOrderUpdateManager.flush
(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected void
ConstraintUpdateManager.flush
(Collection deleteUpdates, Collection nodes, PreparedStatementManager psMgr) protected void
ConstraintUpdateManager.flush
(Collection rows, PreparedStatementManager psMgr) Flush the given collection of secondary rows.protected Collection
ConstraintUpdateManager.flush
(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected void
OperationOrderUpdateManager.flush
(Collection rows, PreparedStatementManager psMgr) Flush the given collection of secondary rows.protected Collection
OperationOrderUpdateManager.flush
(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected void
ConstraintUpdateManager.flushGraph
(Graph graph, PreparedStatementManager psMgr, boolean autoAssign) Flush the given graph of rows in the proper order.