Class BatchingPreparedStatementManagerImpl

java.lang.Object
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl
org.apache.openjpa.jdbc.kernel.BatchingPreparedStatementManagerImpl
All Implemented Interfaces:
PreparedStatementManager

public class BatchingPreparedStatementManagerImpl extends PreparedStatementManagerImpl
Batch prepared statement manager implementation. This prepared statement manager will utilize the JDBC addBatch() and exceuteBatch() to batch the SQL statements together to improve the execution performance.
Author:
Teresa Kan
  • Constructor Details

    • BatchingPreparedStatementManagerImpl

      public BatchingPreparedStatementManagerImpl(JDBCStore store, Connection conn, int batchLimit)
      Constructor. Supply connection.
  • Method Details