Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.BaseObject
-
Packages that use BaseObject Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.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 BaseObject in org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Subclasses of BaseObject in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 Modifier and Type Class Description class
BaseKeyedPooledObjectFactory<K,V>
A base implementation ofKeyedPooledObjectFactory
.class
BaseObjectPool<T>
A simple base implementation ofObjectPool
.class
BasePooledObjectFactory<T>
A base implementation ofPoolableObjectFactory
. -
Uses of BaseObject in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Subclasses of BaseObject in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl Modifier and Type Class Description class
BaseGenericObjectPool<T>
Base class that provides common functionality forGenericObjectPool
andGenericKeyedObjectPool
.class
BaseObjectPoolConfig<T>
Provides the implementation for the common attributes shared by the sub-classes.class
GenericKeyedObjectPool<K,T>
A configurableKeyedObjectPool
implementation.class
GenericKeyedObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for aGenericKeyedObjectPool
.class
GenericObjectPool<T>
A configurableObjectPool
implementation.class
GenericObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for aGenericObjectPool
.class
SoftReferenceObjectPool<T>
ASoftReference
basedObjectPool
.
-