Class DefaultConnectionPoolFactory
java.lang.Object
org.datanucleus.store.rdbms.connectionpool.DefaultConnectionPoolFactory
- All Implemented Interfaces:
ConnectionPoolFactory
Default ConnectionPool factory implementation (no pooling).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static class
Wrapper to the JDBC DataSource class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConnectionPool
(org.datanucleus.store.StoreManager storeMgr) Method to return a new ConnectionPool
-
Constructor Details
-
DefaultConnectionPoolFactory
public DefaultConnectionPoolFactory()
-
-
Method Details
-
createConnectionPool
Description copied from interface:ConnectionPoolFactory
Method to return a new ConnectionPool- Specified by:
createConnectionPool
in interfaceConnectionPoolFactory
- Parameters:
storeMgr
- StoreManager that this will be used with- Returns:
- The ConnectionPool
-