Class DecoratingDataSource

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

public class DecoratingDataSource extends DelegatingDataSource
Delegating data source that maintains a list of ConnectionDecorators.
Author:
Abe White