Class DelegatingDataSource

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource, Closeable
Direct Known Subclasses:
DecoratingDataSource

public class DelegatingDataSource extends Object implements DataSource, Closeable
Wrapper around an existing data source. Subclasses can override the methods whose behavior they mean to change. The equals and hashCode methods pass through to the base underlying data store.
Author:
Abe White