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. -
-
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 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.
-