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 classBaseKeyedPooledObjectFactory<K,V>A base implementation ofKeyedPooledObjectFactory.classBaseObjectPool<T>A simple base implementation ofObjectPool.classBasePooledObjectFactory<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 classBaseGenericObjectPool<T>Base class that provides common functionality forGenericObjectPoolandGenericKeyedObjectPool.classBaseObjectPoolConfig<T>Provides the implementation for the common attributes shared by the sub-classes.classGenericKeyedObjectPool<K,T>A configurableKeyedObjectPoolimplementation.classGenericKeyedObjectPoolConfig<T>A simple "struct" encapsulating the configuration for aGenericKeyedObjectPool.classGenericObjectPool<T>A configurableObjectPoolimplementation.classGenericObjectPoolConfig<T>A simple "struct" encapsulating the configuration for aGenericObjectPool.classSoftReferenceObjectPool<T>ASoftReferencebasedObjectPool.
-