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 olderDriverbased 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.DataSourcethat is configured via JavaBeans properties.BasicDataSourceMXBean Interface to keep API compatibility.ConnectionFactory Abstract factory interface for creatingConnections.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 anObjectPoolwhen closed.PoolableConnectionFactory APooledObjectFactorythat createsPoolableConnections.PoolableConnectionMXBean Defines the attributes and methods that will be exposed via JMX forPoolableConnectioninstances.PoolablePreparedStatement ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.PoolingConnection.StatementType Statement types.PStmtKey A key uniquely identifyingPreparedStatements. -
Classes in org.apache.commons.dbcp2 used by org.apache.commons.dbcp2.cpdsadapter Class Description PStmtKey A key uniquely identifyingPreparedStatements. -
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.DataSourcethat is configured via JavaBeans properties.BasicDataSourceMXBean Interface to keep API compatibility.ConnectionFactory Abstract factory interface for creatingConnections.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 anObjectPoolwhen closed.PoolableConnectionFactory APooledObjectFactorythat createsPoolableConnections.PoolableConnectionMXBean Defines the attributes and methods that will be exposed via JMX forPoolableConnectioninstances.PoolingDataSource