Class DBCP2ConnectionPoolFactory

  • All Implemented Interfaces:
    ConnectionPoolFactory

    public class DBCP2ConnectionPoolFactory
    extends AbstractConnectionPoolFactory
    Plugin for the creation of a DBCP2 connection pool. Note that all Apache DBCP classes are named explicitly in the code to avoid loading them at class initialisation. (see http://jakarta.apache.org/commons/dbcp/). Also see http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/package-summary.html#package_description for javadocs that give pretty much the only useful description of DBCP2.
    • Constructor Detail

      • DBCP2ConnectionPoolFactory

        public DBCP2ConnectionPoolFactory()
    • Method Detail

      • createConnectionPool

        public ConnectionPool createConnectionPool​(org.datanucleus.store.StoreManager storeMgr)
        Description copied from interface: ConnectionPoolFactory
        Method to return a new ConnectionPool
        Parameters:
        storeMgr - StoreManager that this will be used with
        Returns:
        The ConnectionPool