Package | Description |
---|---|
org.datanucleus.store.rdbms.connectionpool |
Package providing support for all major Connection Pools.
|
org.datanucleus.store.rdbms.datasource.dbcp2 |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
Class and Description |
---|
PoolingDataSource |
Class and Description |
---|
AbandonedTrace
Tracks db connection usage for recovering and reporting
abandoned db connections.
|
BasicDataSource
Basic implementation of
javax.sql.DataSource that is
configured via JavaBeans properties. |
BasicDataSourceMXBean
Defines the methods that will be made available via JMX.
|
ConnectionFactory
Abstract factory interface for creating
Connection s. |
DelegatingCallableStatement
A base delegating implementation of
CallableStatement . |
DelegatingConnection
A base delegating implementation of
Connection . |
DelegatingPreparedStatement
A base delegating implementation of
PreparedStatement . |
DelegatingStatement
A base delegating implementation of
Statement . |
PoolableConnection
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
PoolableConnectionFactory
A
PooledObjectFactory that creates
PoolableConnection s. |
PoolableConnectionMXBean
Defines the attributes and methods that will be exposed via JMX for
PoolableConnection instances. |
PoolablePreparedStatement
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
PoolingConnection.StatementType
The possible statement types.
|
PStmtKey
A key uniquely identifying
PreparedStatement s. |
Class and Description |
---|
PStmtKey
A key uniquely identifying
PreparedStatement s. |
Copyright © 2019. All rights reserved.