Class DataSourceWrapper

java.lang.Object
io.mats3.util.wrappers.DataSourceWrapper
All Implemented Interfaces:
MatsFactory.MatsWrapper<DataSource>, Wrapper, CommonDataSource, DataSource
Direct Known Subclasses:
DeferredConnectionProxyDataSourceWrapper

public class DataSourceWrapper extends Object implements DataSource, MatsFactory.MatsWrapper<DataSource>
A base Wrapper for a JDBC DataSource, which simply implements DataSource, takes a DataSource instance and forwards all calls to that. Meant to be extended to add extra functionality, e.g. Spring integration.