Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.datasources.PooledConnectionManager
Packages that use PooledConnectionManager
Package
Description
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 PooledConnectionManagerModifier and TypeClassDescription(package private) classAPooledObjectFactorythat createsPoolableConnections.(package private) classAKeyedPooledObjectFactorythat createsPoolableConnections.Fields in org.datanucleus.store.rdbms.datasource.dbcp2.datasources with type parameters of type PooledConnectionManagerModifier and TypeFieldDescriptionprivate 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 PooledConnectionManagerModifier and TypeMethodDescriptionprotected 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 PooledConnectionManagerModifier and TypeMethodDescriptionprivate ObjectPool<PooledConnectionAndInfo> PerUserPoolDataSource.getCPDSConnectionFactoryPool(PooledConnectionManager manager)