Uses of Class
org.apache.commons.dbcp2.PoolableConnectionFactory
Package
Description
Database Connection Pool API.
This package provides support for pooling of ManagedConnections.
-
Uses of PoolableConnectionFactory in org.apache.commons.dbcp2
Modifier and TypeMethodDescriptionprotected PoolableConnectionFactory
BasicDataSource.createPoolableConnectionFactory
(ConnectionFactory driverConnectionFactory) Creates the PoolableConnectionFactory and attaches it to the connection pool.Modifier and TypeMethodDescriptionprotected void
BasicDataSource.createConnectionPool
(PoolableConnectionFactory factory) Creates a connection pool for this datasource.protected GenericObjectPool
<PoolableConnection> BasicDataSource.createObjectPool
(PoolableConnectionFactory factory, GenericObjectPoolConfig<PoolableConnection> poolConfig, AbandonedConfig abandonedConfig) Creates an object pool used to provide pooling support forJDBC connections
.protected static void
BasicDataSource.validateConnectionFactory
(PoolableConnectionFactory connectionFactory) Validates the given factory. -
Uses of PoolableConnectionFactory in org.apache.commons.dbcp2.managed
Modifier and TypeClassDescriptionclass
APoolableConnectionFactory
that createsPoolableManagedConnection
s.Modifier and TypeMethodDescriptionprotected PoolableConnectionFactory
BasicManagedDataSource.createPoolableConnectionFactory
(ConnectionFactory driverConnectionFactory) Creates the PoolableConnectionFactory and attaches it to the connection pool.