public abstract class AbstractConnectionPoolFactory extends Object implements ConnectionPoolFactory
| Constructor and Description |
|---|
AbstractConnectionPoolFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getPropertiesForDriver(org.datanucleus.store.StoreManager storeMgr)
Convenience method to return the properties to pass to the driver.
|
protected void |
loadDriver(String dbDriver,
org.datanucleus.ClassLoaderResolver clr)
Convenience method to load the (JDBC) driver.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateConnectionPoolprotected void loadDriver(String dbDriver, org.datanucleus.ClassLoaderResolver clr)
dbDriver - Datastore driverclr - Class loader resolverpublic static Properties getPropertiesForDriver(org.datanucleus.store.StoreManager storeMgr)
storeMgr - StoreManagerCopyright © 2020. All rights reserved.