Class ConnectionPoolDataSource

java.lang.Object
org.eclipse.edc.sql.datasource.ConnectionPoolDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class ConnectionPoolDataSource extends Object implements DataSource
A DataSource backed by a ConnectionPool.

Connections provided by the ConnectionPoolDataSource will be returned to the originating ConnectionPool on Connection.close().