Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.BaseObject
Packages that use BaseObject
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
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.pool2Modifier and TypeClassDescriptionclass
A base implementation ofKeyedPooledObjectFactory
.class
A simple base implementation ofObjectPool
.class
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.implModifier and TypeClassDescriptionclass
Base class that provides common functionality forGenericObjectPool
andGenericKeyedObjectPool
.class
Provides the implementation for the common attributes shared by the sub-classes.class
A configurableKeyedObjectPool
implementation.class
A simple "struct" encapsulating the configuration for aGenericKeyedObjectPool
.class
A configurableObjectPool
implementation.class
A simple "struct" encapsulating the configuration for aGenericObjectPool
.class
ASoftReference
basedObjectPool
.