Package org.apache.cayenne.datasource
package org.apache.cayenne.datasource
-
ClassDescriptionThrown when the pool fails to validate a fresh connection that is known to be in a good state.A builder class that allows to build a
DataSource
with optional pooling.A non-pooling DataSource implementation wrapping a JDBC driver.A wrapper forUnmanagedPoolingDataSource
that automatically manages the underlying connection pool size.AConnection
wrapper that interacts with theUnmanagedPoolingDataSource
, allowing to recycle connections and track failures.ADataSource
that pools connections and requires to be explicitly closed.Turns unpooled DataSource to a connection pool.A collection of pooling parameters used byUnmanagedPoolingDataSource
.A non-blockingDataSource
with a pool of connections.An exception indicating that a connection request waiting in the queue timed out and was unable to obtain a connection.