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 TypeClassDescriptionclass
Tracks db connection usage for recovering and reporting abandoned db connections.class
A base delegating implementation ofCallableStatement
.class
DelegatingConnection<C extends Connection>
A base delegating implementation ofConnection
.class
A base delegating implementation ofPreparedStatement
.final class
A base delegating implementation ofResultSet
.class
A base delegating implementation ofStatement
.class
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.class
A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.class
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.class
ADelegatingConnection
that poolsPreparedStatement
s.private class
PoolGuardConnectionWrapper is a Connection wrapper that makes sure a closed connection cannot be used anymore.private class
PoolGuardConnectionWrapper 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) class
This class is theConnection
that will be returned fromPooledConnectionImpl.getConnection()
.