Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.BaseGenericObjectPool.IdentityWrapper
Packages that use BaseGenericObjectPool.IdentityWrapper
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of BaseGenericObjectPool.IdentityWrapper in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with type parameters of type BaseGenericObjectPool.IdentityWrapperModifier and TypeFieldDescriptionprivate final Map
<BaseGenericObjectPool.IdentityWrapper<S>, PooledObject<S>> GenericKeyedObjectPool.ObjectDeque.allObjects
private final Map
<BaseGenericObjectPool.IdentityWrapper<T>, PooledObject<T>> GenericObjectPool.allObjects
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return types with arguments of type BaseGenericObjectPool.IdentityWrapperModifier and TypeMethodDescriptionGenericKeyedObjectPool.ObjectDeque.getAllObjects()
Obtain all the objects for the current key.