Uses of Package
org.datanucleus.store.rdbms.datasource.dbcp2.datasources
-
Packages that use org.datanucleus.store.rdbms.datasource.dbcp2.datasources Package Description org.datanucleus.store.rdbms.datasource.dbcp2.datasources This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.datasources used by org.datanucleus.store.rdbms.datasource.dbcp2.datasources Class Description InstanceKeyDataSource The base class forSharedPoolDataSource
andPerUserPoolDataSource
.InstanceKeyDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSource
s orPerUserPoolDataSource
sKeyedCPDSConnectionFactory AKeyedPooledObjectFactory
that createsPoolableConnection
s.PooledConnectionAndInfo Immutable poolable object holding a PooledConnection along with the user name and password used to create the connection.PooledConnectionManager Methods to manage PoolableConnections and the connection pools that source them.PoolKey UserPassKey Holds a user name and password pair.