Class DBCPDataSource

java.lang.Object
org.apache.commons.dbcp2.PoolingDataSource<org.apache.commons.dbcp2.PoolableConnection>
net.ontopia.persistence.proxy.DBCPDataSource
All Implemented Interfaces:
AutoCloseable, Wrapper, CommonDataSource, DataSource, InstrumentedDataSourceIF

public class DBCPDataSource extends org.apache.commons.dbcp2.PoolingDataSource<org.apache.commons.dbcp2.PoolableConnection> implements InstrumentedDataSourceIF
INTERNAL: A datasource wrapping the DBCP2 connection pooling. Uses bean-utils to populate the settings, see the specific config documentation for all possible options.
Since:
5.5.0
See Also:
  • AbandonedConfig
  • GenericObjectPoolConfig