Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.BaseGenericObjectPool
-
Packages that use BaseGenericObjectPool Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of BaseGenericObjectPool in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Subclasses of BaseGenericObjectPool in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl Modifier and Type Class Description class
GenericKeyedObjectPool<K,T>
A configurableKeyedObjectPool
implementation.class
GenericObjectPool<T>
A configurableObjectPool
implementation.
-