Uses of Interface
org.datanucleus.store.rdbms.connectionpool.ConnectionPool
Packages that use ConnectionPool
Package
Description
Package providing management of the persistence to RDBMS datastores.
Package providing support for all major Connection Pools.
-
Uses of ConnectionPool in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as ConnectionPoolModifier and TypeFieldDescription(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 ConnectionPoolModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.datanucleus.store.rdbms.connectionpool that return ConnectionPoolModifier and TypeMethodDescriptionC3P0ConnectionPoolFactory.createConnectionPool
(org.datanucleus.store.StoreManager storeMgr) ConnectionPoolFactory.createConnectionPool
(org.datanucleus.store.StoreManager storeMgr) Method to return a new ConnectionPoolDBCP2BuiltinConnectionPoolFactory.createConnectionPool
(org.datanucleus.store.StoreManager storeMgr) DBCP2ConnectionPoolFactory.createConnectionPool
(org.datanucleus.store.StoreManager storeMgr) DefaultConnectionPoolFactory.createConnectionPool
(org.datanucleus.store.StoreManager storeMgr) TomcatConnectionPoolFactory.createConnectionPool
(org.datanucleus.store.StoreManager storeMgr)