Package net.officefloor.jdbc.pool
-
Interface Summary Interface Description ThreadLocalJdbcConnectionPool.CompiledConnectionWrapper Interface on compiledConnection
wrapper extract details of theConnection
.ThreadLocalJdbcConnectionPool.ConnectionReference Reference to aConnection
.ThreadLocalJdbcConnectionPool.PooledConnectionContext Context for the pooledConnection
.ThreadLocalJdbcConnectionPool.PooledConnectionWrapperFactory Factory to create wrapper for thePooledConnection
. -
Class Summary Class Description ThreadLocalJdbcConnectionPool Connection
ManagedObjectPool
implementation that usesThreadLocal
instances to reduce contention of retrievingConnection
from singleton pool.ThreadLocalJdbcConnectionPool.ConnectionReferenceImpl Connection
reference.ThreadLocalJdbcConnectionPoolSource Connection
ManagedObjectPoolSource
implementation that usesThreadLocal
instances to reduce contention of retrievingConnection
from singleton pool.