Uses of Interface
org.apache.openjpa.jdbc.kernel.PreparedStatementManager

Packages that use PreparedStatementManager
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
 class BatchingPreparedStatementManagerImpl
          Batch prepared statement manager implementation.
 class PreparedStatementManagerImpl
          Basic prepared statement manager implementation.
 

Methods in org.apache.openjpa.jdbc.kernel that return PreparedStatementManager
protected  PreparedStatementManager OperationOrderUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn)
           
protected  PreparedStatementManager ConstraintUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn)
           
protected  PreparedStatementManager BatchingOperationOrderUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn)
           
protected  PreparedStatementManager BatchingConstraintUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn)
           
protected abstract  PreparedStatementManager AbstractUpdateManager.newPreparedStatementManager(JDBCStore store, Connection conn)
          Return a new PreparedStatementManager.
 

Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedStatementManager
protected  void ConstraintUpdateManager.flush(Collection deleteUpdates, Collection nodes, PreparedStatementManager psMgr)
           
protected  Collection AbstractUpdateManager.flush(Collection states, JDBCStore store, PreparedStatementManager psMgr)
           
protected  void OperationOrderUpdateManager.flush(Collection rows, PreparedStatementManager psMgr)
          Flush the given collection of secondary rows.
protected  void ConstraintUpdateManager.flush(Collection rows, PreparedStatementManager psMgr)
          Flush the given collection of secondary rows.
protected  Collection OperationOrderUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps)
           
protected  Collection ConstraintUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps)
           
protected  Collection BatchingOperationOrderUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps)
           
protected  Collection BatchingConstraintUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps)
           
protected abstract  Collection AbstractUpdateManager.flush(RowManager rowMgr, PreparedStatementManager psMgr, Collection exceps)
          Flush all rows of the given row manager.
protected  void ConstraintUpdateManager.flushGraph(Graph graph, PreparedStatementManager psMgr, boolean autoAssign)
          Flush the given graph of rows in the proper order.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.