Uses of Class
com.jolbox.bonecp.AbstractConnectionStrategy

Packages that use AbstractConnectionStrategy
com.jolbox.bonecp The core package for the BoneCP connection pool. 
 

Uses of AbstractConnectionStrategy in com.jolbox.bonecp
 

Subclasses of AbstractConnectionStrategy in com.jolbox.bonecp
 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.
 



Copyright © 2009-2012 JolBox. All Rights Reserved.