Class 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