Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.KeyedPooledObjectFactory
-
Packages that use KeyedPooledObjectFactory Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.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 KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement KeyedPooledObjectFactory Modifier and Type Class Description classPoolingConnectionADelegatingConnectionthat poolsPreparedStatements. -
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that implement KeyedPooledObjectFactory Modifier and Type Class Description classBaseKeyedPooledObjectFactory<K,V>A base implementation ofKeyedPooledObjectFactory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that return KeyedPooledObjectFactory Modifier and Type Method Description static <K,V>
KeyedPooledObjectFactory<K,V>PoolUtils. synchronizedKeyedPooledFactory(KeyedPooledObjectFactory<K,V> keyedFactory)Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPoolableObjectFactory.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 with parameters of type KeyedPooledObjectFactory Modifier and Type Method Description static <K,V>
KeyedPooledObjectFactory<K,V>PoolUtils. synchronizedKeyedPooledFactory(KeyedPooledObjectFactory<K,V> keyedFactory)Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPoolableObjectFactory. -
Uses of KeyedPooledObjectFactory in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return KeyedPooledObjectFactory Modifier and Type Method Description KeyedPooledObjectFactory<K,T>GenericKeyedObjectPool. getFactory()Obtain a reference to the factory used to create, destroy and validate the objects used by this pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type KeyedPooledObjectFactory Constructor Description GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory)Create a newGenericKeyedObjectPoolusing defaults fromGenericKeyedObjectPoolConfig.GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory, GenericKeyedObjectPoolConfig<T> config)Create a newGenericKeyedObjectPoolusing a specific configuration.
-