| Interface | Description |
|---|---|
| ConnectionPool |
Wrapper for a connection pool.
|
| ConnectionPoolFactory |
Factory for making ConnectionPools.
|
| Class | Description |
|---|---|
| AbstractConnectionPoolFactory |
Abstract superclass for ConnectionPool factory.
|
| BoneCPConnectionPoolFactory |
ConnectionFactory for BoneCP pools.
|
| C3P0ConnectionPoolFactory |
Plugin for the creation of a C3P0 connection pool.
|
| DBCP2ConnectionPoolFactory |
Plugin for the creation of a DBCP2 connection pool.
|
| DBCPBuiltinConnectionPoolFactory |
Plugin for the creation of a DBCP connection pool.
|
| DBCPConnectionPoolFactory |
Plugin for the creation of a DBCP connection pool.
|
| DefaultConnectionPoolFactory |
Default ConnectionPool factory implementation (no pooling).
|
| DefaultConnectionPoolFactory.DriverManagerDataSource |
Wrapper to the JDBC DataSource class.
|
| HikariCPConnectionPoolFactory |
ConnectionFactory for HikariCP pools.
|
| ProxoolConnectionPoolFactory |
Plugin for the creation of a Proxool connection pool.
|
| TomcatConnectionPoolFactory |
Plugin for the creation of a Tomcat JDBC connection pool.
|
| Exception | Description |
|---|---|
| DatastoreDriverNotFoundException |
Exception thrown when a datastore driver class (e.g JDBC driver) is not found.
|
| DatastorePoolException |
Exception thrown when encountering an error creating a data source pool.
|
Copyright © 2017. All rights reserved.