Package org.apache.cayenne.datasource
Interface PoolingDataSource
- All Superinterfaces:
- AutoCloseable,- CommonDataSource,- DataSource,- Wrapper
- All Known Implementing Classes:
- ManagedPoolingDataSource,- UnmanagedPoolingDataSource
public interface PoolingDataSource extends DataSource, AutoCloseable
A 
DataSource that pools connections and requires to be explicitly
 closed.- Since:
- 4.0
- 
Method SummaryMethods inherited from interface java.lang.AutoCloseablecloseMethods inherited from interface javax.sql.CommonDataSourcecreateShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.DataSourcecreateConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface java.sql.WrapperisWrapperFor, unwrap