| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingCallableStatement
A base delegating implementation of
CallableStatement. |
class |
DelegatingConnection<C extends Connection>
A base delegating implementation of
Connection. |
class |
DelegatingPreparedStatement
A base delegating implementation of
PreparedStatement. |
class |
DelegatingResultSet
A base delegating implementation of
ResultSet. |
class |
DelegatingStatement
A base delegating implementation of
Statement. |
class |
PoolableCallableStatement
A
DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of
CallableStatements. |
class |
PoolableConnection
A delegating connection that, rather than closing the underlying connection, returns itself to an
ObjectPool
when closed. |
class |
PoolablePreparedStatement<K>
A
DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of
PreparedStatements. |
class |
PoolingConnection
A
DelegatingConnection that pools PreparedStatements. |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbandonedTrace> |
AbandonedTrace.getTrace()
Gets a list of objects being traced by this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbandonedTrace.addTrace(AbandonedTrace trace)
Adds an object to the list of objects being traced.
|
protected void |
AbandonedTrace.removeTrace(AbandonedTrace trace)
Removes a child object this object is tracing.
|
| Constructor and Description |
|---|
AbandonedTrace(AbandonedTrace parent)
Constructs a new AbandonedTrace with a parent object.
|
Copyright © 2020. All rights reserved.