JDBC {@link javax.sql.DataSource} implementation that delegates all callsto a given target {@link javax.sql.DataSource}.
This class is meant to be subclassed, with subclasses overriding only those methods (such as {@link #getConnection()}) that should not simply delegate to the target DataSource.
@author Juergen Hoeller
@since 1.1
@see #getConnection
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.