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)
ConnectionPoolFactory
createConnectionPool
in interface ConnectionPoolFactory
storeMgr
- StoreManager that this will be used withCopyright © 2015. All rights reserved.