| Package | Description |
|---|---|
| org.attribyte.sql.pool |
ACP is an open-source JDBC connection pool designed to support the high throughput, concurrency, tuning,
monitoring and reporting typically required to support production application servers.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
ConnectionPool.Initializer.createPool()
Creates a configured pool.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,ConnectionPool> |
TypesafeConfig.buildPools(java.util.Collection<ConnectionPool.Initializer> initializers) |
| Constructor and Description |
|---|
ConnectionPoolDataSource(ConnectionPool pool)
Creates a datasource from a pool.
|