| Package | Description |
|---|---|
| com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionStrategy
Parent class for the different pool strategies.
|
class |
CachedConnectionStrategy
A connection strategy that is optimized to store/retrieve the connection inside a thread
local variable.
|
class |
DefaultConnectionStrategy
The normal getConnection() strategy class in use.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionStrategy |
BoneCP.connectionStrategy
Currently active get connection strategy class to use.
|
| Constructor and Description |
|---|
CachedConnectionStrategy.CachedConnectionStrategyThreadLocal(CachedConnectionStrategy ccs,
ConnectionStrategy fallbackStrategy) |
CachedConnectionStrategy(BoneCP pool,
ConnectionStrategy fallbackStrategy) |
Copyright © 2009-2013 JolBox. All Rights Reserved.