Package | Description |
---|---|
org.apache.cayenne.datasource |
Modifier and Type | Class and Description |
---|---|
class |
ManagedPoolingDataSource
A wrapper for
UnmanagedPoolingDataSource that automatically manages
the underlying connection pool size. |
class |
UnmanagedPoolingDataSource
A non-blocking
DataSource with a pool of connections. |
Modifier and Type | Method and Description |
---|---|
PoolingDataSource |
PoolingDataSourceBuilder.build()
Builds a pooling DataSource that needs to be explicitly closed by the
caller when no longer in use.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.