Uses of Package
org.datanucleus.store.rdbms.datasource.dbcp2
Packages that use org.datanucleus.store.rdbms.datasource.dbcp2
Package
Description
Package providing support for all major Connection Pools.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
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 used by org.datanucleus.store.rdbms.connectionpoolClassDescriptionA delegating connection that, rather than closing the underlying connection, returns itself to an
ObjectPool
when closed. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 used by org.datanucleus.store.rdbms.datasource.dbcp2ClassDescriptionTracks db connection usage for recovering and reporting abandoned db connections.Basic implementation of
javax.sql.DataSource
that is configured via JavaBeans properties.Defines the methods that will be made available via JMX.Abstract factory interface for creatingConnection
s.A base delegating implementation ofCallableStatement
.A base delegating implementation ofConnection
.A base delegating implementation ofPreparedStatement
.A base delegating implementation ofStatement
.Internal wrapper class that allows JMX to be a noop if absent or disabled.A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.APooledObjectFactory
that createsPoolableConnection
s.Defines the attributes and methods that will be exposed via JMX forPoolableConnection
instances.ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.Statement types.A key uniquely identifyingPreparedStatement
s.Interface for Prepared or Callable Statement. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 used by org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapterClassDescriptionTracks db connection usage for recovering and reporting abandoned db connections.A base delegating implementation of
Connection
.A base delegating implementation ofPreparedStatement
.Statement types.A key uniquely identifyingPreparedStatement
s.