Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.BaseGenericObjectPool.IdentityWrapper
-
Packages that use BaseGenericObjectPool.IdentityWrapper 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.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.IdentityWrapper Modifier and Type Field Description private java.util.Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>>GenericKeyedObjectPool.ObjectDeque. allObjectsprivate java.util.Map<BaseGenericObjectPool.IdentityWrapper<T>,PooledObject<T>>GenericObjectPool. allObjectsMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return types with arguments of type BaseGenericObjectPool.IdentityWrapper Modifier and Type Method Description java.util.Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>>GenericKeyedObjectPool.ObjectDeque. getAllObjects()Obtain all the objects for the current key.
-