Uses of Class
org.attribyte.sql.pool.ConnectionPool
Packages that use ConnectionPool
Package
Description
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.
-
Uses of ConnectionPool in org.attribyte.sql.pool
Methods in org.attribyte.sql.pool that return ConnectionPoolModifier and TypeMethodDescriptionConnectionPool.Initializer.createPool()Creates a configured pool.Methods in org.attribyte.sql.pool that return types with arguments of type ConnectionPoolModifier and TypeMethodDescriptionstatic final Map<String, ConnectionPool> TypesafeConfig.buildPools(Collection<ConnectionPool.Initializer> initializers) Constructors in org.attribyte.sql.pool with parameters of type ConnectionPoolModifierConstructorDescriptionCreates a datasource from a pool.