Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericObjectPool
-
Packages that use GenericObjectPool Package Description org.datanucleus.store.rdbms.connectionpool Package providing support for all major Connection Pools.org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of GenericObjectPool in org.datanucleus.store.rdbms.connectionpool
Fields in org.datanucleus.store.rdbms.connectionpool declared as GenericObjectPool Modifier and Type Field Description (package private) GenericObjectPool<PoolableConnection>
DBCP2BuiltinConnectionPoolFactory.DBCPConnectionPool. pool
Constructors in org.datanucleus.store.rdbms.connectionpool with parameters of type GenericObjectPool Constructor Description DBCPConnectionPool(PoolingDataSource ds, GenericObjectPool<PoolableConnection> pool)
-
Uses of GenericObjectPool in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as GenericObjectPool Modifier and Type Field Description private GenericObjectPool<PoolableConnection>
BasicDataSource. connectionPool
The object pool that internally manages our connections.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return GenericObjectPool Modifier and Type Method Description protected GenericObjectPool<PoolableConnection>
BasicDataSource. createObjectPool(PoolableConnectionFactory factory, GenericObjectPoolConfig<PoolableConnection> poolConfig, AbandonedConfig abandonedConfig)
Creates an object pool used to provide pooling support forJDBC connections
.protected GenericObjectPool<PoolableConnection>
BasicDataSource. getConnectionPool()
-