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

Packages that use DelegatingDataSource
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management 
org.apache.openjpa.lib.jdbc Database Connectivity 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

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

Subclasses of DelegatingDataSource in org.apache.openjpa.jdbc.schema
protected static class DataSourceFactory.DefaultsDataSource
          A data source with pre-configured default user name and password.
 

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.
 

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.
 

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

Subclasses of DelegatingDataSource in org.apache.openjpa.slice.jdbc
 class DistributedDataSource
          A virtual datasource that contains many physical datasources.
 



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