Package | Description |
---|---|
org.datanucleus.store.rdbms.datasource.dbcp |
Repackaged Apache DBCP connection pool.
|
org.datanucleus.store.rdbms.datasource.dbcp.managed |
Repackaged Apache DBCP connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
PoolableConnection
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
class |
PoolingConnection
A
DelegatingConnection that pools PreparedStatement s. |
Modifier and Type | Field and Description |
---|---|
protected DelegatingConnection |
DelegatingStatement._conn
The connection that created me.
|
protected DelegatingConnection |
DelegatingDatabaseMetaData._conn
The connection that created me.
|
Constructor and Description |
---|
DelegatingCallableStatement(DelegatingConnection c,
CallableStatement s)
Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
|
DelegatingDatabaseMetaData(DelegatingConnection c,
DatabaseMetaData m) |
DelegatingPreparedStatement(DelegatingConnection c,
PreparedStatement s)
Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
|
DelegatingStatement(DelegatingConnection c,
Statement s)
Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedConnection
ManagedConnection is responsible for managing a database connection in a transactional environment
(typically called "Container Managed").
|
class |
PoolableManagedConnection
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
|
Copyright © 2015. All rights reserved.