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 TypeClassDescriptionclassBatch prepared statement manager implementation.classBasic prepared statement manager implementation.Methods in org.apache.openjpa.jdbc.kernel that return PreparedStatementManagerModifier and TypeMethodDescriptionprotected abstract PreparedStatementManagerAbstractUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn) Return a newPreparedStatementManager.protected PreparedStatementManagerBatchingConstraintUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn) protected PreparedStatementManagerBatchingOperationOrderUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn) protected PreparedStatementManagerConstraintUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn) protected PreparedStatementManagerOperationOrderUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn) Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedStatementManagerModifier and TypeMethodDescriptionprotected CollectionAbstractUpdateManager.flush(Collection states, JDBCStore store, PreparedStatementManager psMgr) protected abstract CollectionAbstractUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) Flush all rows of the given row manager.protected CollectionBatchingConstraintUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected CollectionBatchingOperationOrderUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected voidConstraintUpdateManager.flush(Collection deleteUpdates, Collection nodes, PreparedStatementManager psMgr) protected voidConstraintUpdateManager.flush(Collection rows, PreparedStatementManager psMgr) Flush the given collection of secondary rows.protected CollectionConstraintUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected voidOperationOrderUpdateManager.flush(Collection rows, PreparedStatementManager psMgr) Flush the given collection of secondary rows.protected CollectionOperationOrderUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps) protected voidConstraintUpdateManager.flushGraph(Graph graph, PreparedStatementManager psMgr, boolean autoAssign) Flush the given graph of rows in the proper order.