Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.PooledConnectionManager
-
Packages that use PooledConnectionManager Package Description org.datanucleus.store.rdbms.datasource.dbcp2.datasources This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of PooledConnectionManager in org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that implement PooledConnectionManager Modifier and Type Class Description (package private) class
CPDSConnectionFactory
APooledObjectFactory
that createsPoolableConnection
s.(package private) class
KeyedCPDSConnectionFactory
AKeyedPooledObjectFactory
that createsPoolableConnection
s.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type PooledConnectionManager Modifier and Type Field Description private java.util.Map<PoolKey,PooledConnectionManager>
PerUserPoolDataSource. managers
Map to keep track of Pools for a given user.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources that return PooledConnectionManager Modifier and Type Method Description protected abstract PooledConnectionManager
InstanceKeyDataSource. getConnectionManager(UserPassKey upkey)
protected PooledConnectionManager
PerUserPoolDataSource. getConnectionManager(UserPassKey upKey)
protected PooledConnectionManager
SharedPoolDataSource. getConnectionManager(UserPassKey upkey)
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with parameters of type PooledConnectionManager Modifier and Type Method Description private ObjectPool<PooledConnectionAndInfo>
PerUserPoolDataSource. getCPDSConnectionFactoryPool(PooledConnectionManager manager)
-