Class ConnectionPool

java.lang.Object
com.logicaldoc.core.util.ConnectionPool
All Implemented Interfaces:
Closeable, AutoCloseable, Wrapper, CommonDataSource, DataSource

public class ConnectionPool extends Object implements DataSource, Closeable
A configurable connection pool that wraps different technologies, you decide the implementation through the implementation setting: hikari or dbcp
Since:
8.2
Author:
Marco Meschieri - LogicalDOC