Package | Description |
---|---|
org.datanucleus.store.rdbms.connectionpool |
Package providing support for all major Connection Pools.
|
Modifier and Type | Class and Description |
---|---|
class |
BoneCPConnectionPoolFactory.BoneCPConnectionPool |
class |
C3P0ConnectionPoolFactory.C3P0ConnectionPool |
class |
DBCP2BuiltinConnectionPoolFactory.DBCPConnectionPool |
class |
DBCP2ConnectionPoolFactory.DBCPConnectionPool |
class |
DefaultConnectionPoolFactory.DefaultConnectionPool |
class |
HikariCPConnectionPoolFactory.HikariCPConnectionPool |
class |
ProxoolConnectionPoolFactory.ProxoolConnectionPool |
class |
TomcatConnectionPoolFactory.TomcatConnectionPool |
Modifier and Type | Method and Description |
---|---|
ConnectionPool |
HikariCPConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
TomcatConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
DBCP2BuiltinConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
ProxoolConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
DefaultConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
BoneCPConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
C3P0ConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
DBCP2ConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr) |
ConnectionPool |
ConnectionPoolFactory.createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
Method to return a new ConnectionPool
|
Copyright © 2019. All rights reserved.