public class DefaultConnectionPoolFactory extends Object implements ConnectionPoolFactory
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionPoolFactory.DefaultConnectionPool |
static class |
DefaultConnectionPoolFactory.DriverManagerDataSource
Wrapper to the JDBC DataSource class.
|
| Constructor and Description |
|---|
DefaultConnectionPoolFactory() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
Method to return a new ConnectionPool
|
public ConnectionPool createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
ConnectionPoolFactorycreateConnectionPool in interface ConnectionPoolFactorystoreMgr - StoreManager that this will be used withCopyright © 2017. All rights reserved.