Uses of Class
org.apache.openjpa.lib.conf.ConfigurationImpl

Packages that use ConfigurationImpl
org.apache.openjpa.ant OpenJPA Ant Tasks Ant tasks for OpenJPA tools. 
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasks Ant tasks for JDBC OpenJPA tools. 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.lib.ant Ant Integration This package provides a foundation for basic Ant support. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
org.apache.openjpa.xmlstore XML Store Simple XML store using the common OpenJPA runtime system as a front end. 
 

Uses of ConfigurationImpl in org.apache.openjpa.ant
 

Methods in org.apache.openjpa.ant that return ConfigurationImpl
protected  ConfigurationImpl PCEnhancerTask.newConfiguration()
           
protected  ConfigurationImpl MetaDataToolTask.newConfiguration()
           
protected  ConfigurationImpl ApplicationIdToolTask.newConfiguration()
           
 

Uses of ConfigurationImpl in org.apache.openjpa.conf
 

Subclasses of ConfigurationImpl in org.apache.openjpa.conf
 class OpenJPAConfigurationImpl
          Implementation of the OpenJPAConfiguration interface.
 

Uses of ConfigurationImpl in org.apache.openjpa.jdbc.ant
 

Methods in org.apache.openjpa.jdbc.ant that return ConfigurationImpl
protected  ConfigurationImpl SchemaToolTask.newConfiguration()
           
protected  ConfigurationImpl ReverseMappingToolTask.newConfiguration()
           
protected  ConfigurationImpl MappingToolTask.newConfiguration()
           
 

Uses of ConfigurationImpl in org.apache.openjpa.jdbc.conf
 

Subclasses of ConfigurationImpl in org.apache.openjpa.jdbc.conf
 class JDBCConfigurationImpl
          Default implementation of the JDBCConfiguration interface.
 

Uses of ConfigurationImpl in org.apache.openjpa.lib.ant
 

Methods in org.apache.openjpa.lib.ant that return ConfigurationImpl
protected abstract  ConfigurationImpl AbstractTask.newConfiguration()
          Implement this method to return a configuration object for the product in use.
 

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

Subclasses of ConfigurationImpl in org.apache.openjpa.slice.jdbc
 class DistributedJDBCConfigurationImpl
          A specialized configuration embodies a set of Slice configurations.
 

Uses of ConfigurationImpl in org.apache.openjpa.xmlstore
 

Subclasses of ConfigurationImpl in org.apache.openjpa.xmlstore
 class XMLConfiguration
          Configuration implementation for the XML file store.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.