Uses of Package
org.apache.commons.dbcp2
Packages that use org.apache.commons.dbcp2
Package
Description
Database Connection Pool API.
This package contains one public class which is a
ConnectionPoolDataSource (CPDS) implementation that can be used to
adapt older Driver based JDBC implementations.
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool.
This package provides support for pooling of ManagedConnections.
-
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2ClassDescriptionTracks connection usage for recovering and reporting abandoned connections.Basic implementation of
javax.sql.DataSourcethat is configured via JavaBeans properties.Interface to keep API compatibility.Abstract factory interface for creatingConnections.Defines the methods that will be made available via JMX.A base delegating implementation ofCallableStatement.A base delegating implementation ofConnection.A base delegating implementation ofPreparedStatement.A base delegating implementation ofStatement.Exception thrown when a connection's maximum lifetime has been exceeded.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 anObjectPoolwhen closed.APooledObjectFactorythat createsPoolableConnections.Defines the attributes and methods that will be exposed via JMX forPoolableConnectioninstances.ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.Statement types.A key uniquely identifyingPreparedStatements.Interface for Prepared or Callable Statement. -
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2.cpdsadapterClassDescriptionTracks connection usage for recovering and reporting abandoned connections.A base delegating implementation of
Connection.A base delegating implementation ofPreparedStatement.Statement types.A key uniquely identifyingPreparedStatements. -
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2.datasources
-
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2.managedClassDescriptionTracks connection usage for recovering and reporting abandoned connections.Basic implementation of
javax.sql.DataSourcethat is configured via JavaBeans properties.Interface to keep API compatibility.Abstract factory interface for creatingConnections.Defines the methods that will be made available via JMX.A base delegating implementation ofConnection.A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPoolwhen closed.APooledObjectFactorythat createsPoolableConnections.Defines the attributes and methods that will be exposed via JMX forPoolableConnectioninstances.