Uses of Interface
org.apache.cayenne.datasource.PoolingDataSource
Packages that use PoolingDataSource
-
Uses of PoolingDataSource in org.apache.cayenne.datasource
Classes in org.apache.cayenne.datasource that implement PoolingDataSourceModifier and TypeClassDescriptionclass
A wrapper forUnmanagedPoolingDataSource
that automatically manages the underlying connection pool size.class
A non-blockingDataSource
with a pool of connections.Methods in org.apache.cayenne.datasource that return PoolingDataSourceModifier and TypeMethodDescriptionPoolingDataSourceBuilder.build()
Builds a pooling DataSource that needs to be explicitly closed by the caller when no longer in use.