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) classCPDSConnectionFactoryAPooledObjectFactorythat createsPoolableConnections.(package private) classKeyedCPDSConnectionFactoryAKeyedPooledObjectFactorythat createsPoolableConnections.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. managersMap 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 PooledConnectionManagerInstanceKeyDataSource. getConnectionManager(UserPassKey upkey)protected PooledConnectionManagerPerUserPoolDataSource. getConnectionManager(UserPassKey upKey)protected PooledConnectionManagerSharedPoolDataSource. 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)
-