Package | Description |
---|---|
org.apache.cayenne.datasource |
Class and Description |
---|
DataSourceBuilder
A builder class that allows to build a
DataSource with optional
pooling. |
PoolingDataSource
A
DataSource that pools connections and requires to be explicitly
closed. |
PoolingDataSourceBuilder
Turns unpooled DataSource to a connection pool.
|
PoolingDataSourceParameters
A collection of pooling parameters used by
UnmanagedPoolingDataSource . |
UnmanagedPoolingDataSource
A non-blocking
DataSource with a pool of connections. |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.