Package com.mchange.v2.c3p0

Interface Summary
ConnectionTester ConnectionTesters should be Serializable, immutable, and must have public, no-arg constructors
PooledDataSource Most clients need never use or know about this interface -- c3p0 pooled DataSources can be treated like any other DataSource.
 

Class Summary
ComboPooledDataSource For the meaning of most of these properties, please see PoolConfig!
DataSources A simple factory class for creating DataSources.
DriverManagerDataSource  
DriverManagerDataSourceFactory Deprecated. Use the new factories in DataSources.
JndiRefConnectionPoolDataSource  
PoolBackedDataSource  
PoolBackedDataSourceFactory Deprecated. Use the new factories in DataSources.
PoolConfig Encapsulates all the configuration information required by a c3p0 pooled DataSource.
WrapperConnectionPoolDataSource