Uses of Interface
org.apache.openjpa.jdbc.kernel.PreparedStatementManager
-
Packages that use PreparedStatementManager Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel -
-
Uses of PreparedStatementManager in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedStatementManager Modifier and Type Class Description classBatchingPreparedStatementManagerImplBatch prepared statement manager implementation.classPreparedStatementManagerImplBasic prepared statement manager implementation.Methods in org.apache.openjpa.jdbc.kernel that return PreparedStatementManager Modifier and Type Method Description protected 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 PreparedStatementManager Modifier and Type Method Description protected 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.
-