Class CloseableDataSource

java.lang.Object
org.exoplatform.services.jdbc.impl.CloseableDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class CloseableDataSource extends Object implements DataSource
This class is used to wrap the original DataSource in order to be able to support close operation.