Package gnu.beanfactory.jdbc

JDBC related classes for connection pooling

See:
          Description

Interface Summary
ConnectionPool ConnectionPool is a generic interface for configuring and providing access to JDBC connections.
 

Class Summary
BasicConnectionPool Implementation of the ConnectionPool interface that does not implement pooling.
BitmechanicConnectionPool Implementation of ConnectionPool that ships with BeanFactory.
CachedQuery Query implementation with caching behavior.
ConnectionAdapter Allows connections to be obtained directly using BeanContext.lookup().
ConnectionPoolTestCase JUnit Test Case
PackageTestSuite JUnit Test Suite for the gnu.beanfactory.jdbc package
Query Abstract class for defining SQL queries.
QueryTestCase JUnit Test Case
 

Exception Summary
EncapsulatedSQLException Thrown to encapsulate another exception.
 

Package gnu.beanfactory.jdbc Description

JDBC related classes for connection pooling