Uses of Package
org.apache.commons.dbcp2
-
Packages that use org.apache.commons.dbcp2 Package Description org.apache.commons.dbcp2 Database Connection Pool API.org.apache.commons.dbcp2.cpdsadapter This package contains one public class which is aConnectionPoolDataSource
(CPDS) implementation that can be used to adapt olderDriver
based JDBC implementations.org.apache.commons.dbcp2.managed This package provides support for pooling of ManagedConnections. -
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2 Class Description AbandonedTrace Tracks connection usage for recovering and reporting abandoned connections.BasicDataSource Basic implementation ofjavax.sql.DataSource
that is configured via JavaBeans properties.BasicDataSourceMXBean Interface to keep API compatibility.ConnectionFactory Abstract factory interface for creatingConnection
s.DataSourceMXBean Defines the methods that will be made available via JMX.DelegatingCallableStatement A base delegating implementation ofCallableStatement
.DelegatingConnection A base delegating implementation ofConnection
.DelegatingPreparedStatement A base delegating implementation ofPreparedStatement
.DelegatingStatement A base delegating implementation ofStatement
.PoolableConnection A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.PoolableConnectionFactory APooledObjectFactory
that createsPoolableConnection
s.PoolableConnectionMXBean Defines the attributes and methods that will be exposed via JMX forPoolableConnection
instances.PoolablePreparedStatement ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.PoolingConnection.StatementType Statement types.PStmtKey A key uniquely identifyingPreparedStatement
s. -
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2.cpdsadapter Class Description PStmtKey A key uniquely identifyingPreparedStatement
s. -
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2.managed Class Description AbandonedTrace Tracks connection usage for recovering and reporting abandoned connections.BasicDataSource Basic implementation ofjavax.sql.DataSource
that is configured via JavaBeans properties.BasicDataSourceMXBean Interface to keep API compatibility.ConnectionFactory Abstract factory interface for creatingConnection
s.DataSourceMXBean Defines the methods that will be made available via JMX.DelegatingConnection A base delegating implementation ofConnection
.PoolableConnection A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.PoolableConnectionFactory APooledObjectFactory
that createsPoolableConnection
s.PoolableConnectionMXBean Defines the attributes and methods that will be exposed via JMX forPoolableConnection
instances.PoolingDataSource