Class DBCP2BuiltinConnectionPoolFactory
- java.lang.Object
-
- org.datanucleus.store.rdbms.connectionpool.AbstractConnectionPoolFactory
-
- org.datanucleus.store.rdbms.connectionpool.DBCP2BuiltinConnectionPoolFactory
-
- All Implemented Interfaces:
ConnectionPoolFactory
public class DBCP2BuiltinConnectionPoolFactory extends AbstractConnectionPoolFactory
Plugin for the creation of a DBCP2 connection pool, using repackaged DBCP2 classes. 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DBCP2BuiltinConnectionPoolFactory.DBCPConnectionPool
-
Constructor Summary
Constructors Constructor Description DBCP2BuiltinConnectionPoolFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionPool
createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
Method to return a new ConnectionPool-
Methods inherited from class org.datanucleus.store.rdbms.connectionpool.AbstractConnectionPoolFactory
getPropertiesForDriver, loadDriver
-
-
-
-
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
-
-