Uses of Interface
org.apache.cayenne.datasource.PoolingDataSource
| Package | Description | 
|---|---|
| org.apache.cayenne.datasource | 
- 
Uses of PoolingDataSource in org.apache.cayenne.datasourceClasses in org.apache.cayenne.datasource that implement PoolingDataSource Modifier and Type Class Description classManagedPoolingDataSourceA wrapper forUnmanagedPoolingDataSourcethat automatically manages the underlying connection pool size.classUnmanagedPoolingDataSourceA non-blockingDataSourcewith a pool of connections.Methods in org.apache.cayenne.datasource that return PoolingDataSource Modifier and Type Method Description PoolingDataSourcePoolingDataSourceBuilder. build()Builds a pooling DataSource that needs to be explicitly closed by the caller when no longer in use.