Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.TrackedUse
-
Packages that use TrackedUse Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of TrackedUse in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement TrackedUse Modifier and Type Class Description classAbandonedTraceTracks db connection usage for recovering and reporting abandoned db connections.classDelegatingCallableStatementA base delegating implementation ofCallableStatement.classDelegatingConnection<C extends java.sql.Connection>A base delegating implementation ofConnection.classDelegatingPreparedStatementA base delegating implementation ofPreparedStatement.classDelegatingResultSetA base delegating implementation ofResultSet.classDelegatingStatementA base delegating implementation ofStatement.classPoolableCallableStatementADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classPoolableConnectionA delegating connection that, rather than closing the underlying connection, returns itself to anObjectPoolwhen closed.classPoolablePreparedStatement<K>ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.classPoolingConnectionADelegatingConnectionthat poolsPreparedStatements.private classPoolingDataSource.PoolGuardConnectionWrapper<D extends java.sql.Connection>PoolGuardConnectionWrapper is a Connection wrapper that makes sure a closed connection cannot be used anymore.private classPoolingDriver.PoolGuardConnectionWrapperPoolGuardConnectionWrapper is a Connection wrapper that makes sure a closed connection cannot be used anymore. -
Uses of TrackedUse in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that implement TrackedUse Modifier and Type Class Description (package private) classConnectionImplThis class is theConnectionthat will be returned fromPooledConnectionImpl.getConnection().
-