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 class
BatchingPreparedStatementManagerImpl
Batch prepared statement manager implementation.class
PreparedStatementManagerImpl
Basic prepared statement manager implementation.Methods in org.apache.openjpa.jdbc.kernel that return PreparedStatementManager Modifier and Type Method Description protected abstract PreparedStatementManager
AbstractUpdateManager. newPreparedStatementManager(JDBCStore store, java.sql.Connection conn)
Return a newPreparedStatementManager
.protected PreparedStatementManager
BatchingConstraintUpdateManager. newPreparedStatementManager(JDBCStore store, java.sql.Connection conn)
protected PreparedStatementManager
BatchingOperationOrderUpdateManager. newPreparedStatementManager(JDBCStore store, java.sql.Connection conn)
protected PreparedStatementManager
ConstraintUpdateManager. newPreparedStatementManager(JDBCStore store, java.sql.Connection conn)
protected PreparedStatementManager
OperationOrderUpdateManager. newPreparedStatementManager(JDBCStore store, java.sql.Connection conn)
Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedStatementManager Modifier and Type Method Description protected java.util.Collection
AbstractUpdateManager. flush(java.util.Collection states, JDBCStore store, PreparedStatementManager psMgr)
protected abstract java.util.Collection
AbstractUpdateManager. flush(RowManager rowMgr, PreparedStatementManager psMgr, java.util.Collection exceps)
Flush all rows of the given row manager.protected java.util.Collection
BatchingConstraintUpdateManager. flush(RowManager rowMgr, PreparedStatementManager psMgr, java.util.Collection exceps)
protected java.util.Collection
BatchingOperationOrderUpdateManager. flush(RowManager rowMgr, PreparedStatementManager psMgr, java.util.Collection exceps)
protected void
ConstraintUpdateManager. flush(java.util.Collection deleteUpdates, java.util.Collection nodes, PreparedStatementManager psMgr)
protected void
ConstraintUpdateManager. flush(java.util.Collection rows, PreparedStatementManager psMgr)
Flush the given collection of secondary rows.protected java.util.Collection
ConstraintUpdateManager. flush(RowManager rowMgr, PreparedStatementManager psMgr, java.util.Collection exceps)
protected void
OperationOrderUpdateManager. flush(java.util.Collection rows, PreparedStatementManager psMgr)
Flush the given collection of secondary rows.protected java.util.Collection
OperationOrderUpdateManager. flush(RowManager rowMgr, PreparedStatementManager psMgr, java.util.Collection exceps)
protected void
ConstraintUpdateManager. flushGraph(Graph graph, PreparedStatementManager psMgr, boolean autoAssign)
Flush the given graph of rows in the proper order.
-