Uses of Package
org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Packages that use org.datanucleus.store.rdbms.datasource.dbcp2.datasources
Package
Description
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.datasourcesClassDescriptionThe base class for
SharedPoolDataSource
andPerUserPoolDataSource
.A JNDI ObjectFactory which createsSharedPoolDataSource
s orPerUserPoolDataSource
sAKeyedPooledObjectFactory
that createsPoolableConnection
s.Immutable poolable object holding a PooledConnection along with the user name and password used to create the connection.Methods to manage PoolableConnections and the connection pools that source them.Holds a user name and password pair.