Uses of Class
org.apache.openjpa.lib.jdbc.DelegatingDataSource

Packages that use DelegatingDataSource
org.apache.openjpa.lib.jdbc Database Connectivity 
 

Uses of DelegatingDataSource in org.apache.openjpa.lib.jdbc
 

Subclasses of DelegatingDataSource in org.apache.openjpa.lib.jdbc
 class DecoratingDataSource
          Delegating data source that maintains a list of ConnectionDecorators.
 

Fields in org.apache.openjpa.lib.jdbc with type parameters of type DelegatingDataSource
(package private) static Constructor<DelegatingDataSource> DelegatingDataSource.concreteImpl
           
 

Methods in org.apache.openjpa.lib.jdbc that return DelegatingDataSource
static DelegatingDataSource DelegatingDataSource.newInstance(DataSource ds)
          Constructor for the concrete implementation of this abstract class.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.