Package org.apache.cayenne.conn

Provides full DataSource implementation.

See:
          Description

Class Summary
ConnectionWrapper ConnectionWrapper is a java.sql.Connection implementation that wraps another Connection, delegating method calls to this connection.
ContainerPoolFactory Deprecated. since 3.1.
DataSourceInfo Helper JavaBean class that holds DataSource login information.
DriverDataSource A non-pooling DataSource implementation wrapping a JDBC driver.
PoolDataSource PoolDataSource allows to generate pooled connections.
PooledConnectionImpl PooledConnectionImpl is an implementation of a pooling wrapper for the database connection as per JDBC3 spec.
PoolManager PoolManager is a Cayenne implementation of a pooling DataSource.
 

Package org.apache.cayenne.conn Description

Provides full DataSource implementation. Allows to wrap JDBC drivers into a DataSource-compatible classes. Adds features like connection pooling, etc. Can be used as a DataSource implementation with application servers, web containers, etc.



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.