| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.datasource.dbcp2 |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceConnectionFactory
A
DataSource-based implementation of ConnectionFactory. |
class |
DriverConnectionFactory
A
Driver-based implementation of ConnectionFactory. |
class |
DriverManagerConnectionFactory
A
DriverManager-based implementation of ConnectionFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionFactory |
BasicDataSource.createConnectionFactory()
Creates a JDBC connection factory for this datasource.
|
protected ConnectionFactory |
PoolableConnectionFactory.getConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected PoolableConnectionFactory |
BasicDataSource.createPoolableConnectionFactory(ConnectionFactory driverConnectionFactory)
Creates the PoolableConnectionFactory and attaches it to the connection pool.
|
| Constructor and Description |
|---|
PoolableConnectionFactory(ConnectionFactory connFactory,
ObjectName dataSourceJmxName)
Create a new
PoolableConnectionFactory. |
Copyright © 2020. All rights reserved.