Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.TrackedUse
Packages that use TrackedUse
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
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 TrackedUseModifier and TypeClassDescriptionclassTracks db connection usage for recovering and reporting abandoned db connections.classA base delegating implementation ofCallableStatement.classDelegatingConnection<C extends Connection>A base delegating implementation ofConnection.classA base delegating implementation ofPreparedStatement.final classA base delegating implementation ofResultSet.classA base delegating implementation ofStatement.classADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classA delegating connection that, rather than closing the underlying connection, returns itself to anObjectPoolwhen closed.classADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.classADelegatingConnectionthat poolsPreparedStatements.private classPoolGuardConnectionWrapper is a Connection wrapper that makes sure a closed connection cannot be used anymore.private classPoolGuardConnectionWrapper 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 TrackedUseModifier and TypeClassDescription(package private) classThis class is theConnectionthat will be returned fromPooledConnectionImpl.getConnection().