Uses of Interface
org.datanucleus.store.rdbms.connectionpool.ConnectionPool
-
Packages that use ConnectionPool Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores.org.datanucleus.store.rdbms.connectionpool Package providing support for all major Connection Pools. -
-
Uses of ConnectionPool in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as ConnectionPool Modifier and Type Field Description (package private) ConnectionPool
ConnectionFactoryImpl. pool
Optional locally-managed pool of connections from which we get our connections (when using URL), that backs the dataSource. -
Uses of ConnectionPool in org.datanucleus.store.rdbms.connectionpool
Classes in org.datanucleus.store.rdbms.connectionpool that implement ConnectionPool Modifier and Type Class Description class
C3P0ConnectionPoolFactory.C3P0ConnectionPool
class
DBCP2BuiltinConnectionPoolFactory.DBCPConnectionPool
class
DBCP2ConnectionPoolFactory.DBCPConnectionPool
class
DefaultConnectionPoolFactory.DefaultConnectionPool
class
TomcatConnectionPoolFactory.TomcatConnectionPool
Methods in org.datanucleus.store.rdbms.connectionpool that return ConnectionPool Modifier and Type Method Description ConnectionPool
C3P0ConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
ConnectionPool
ConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
Method to return a new ConnectionPoolConnectionPool
DBCP2BuiltinConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
ConnectionPool
DBCP2ConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
ConnectionPool
DefaultConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
ConnectionPool
TomcatConnectionPoolFactory. createConnectionPool(org.datanucleus.store.StoreManager storeMgr)
-