Uses of Class
org.apache.openjpa.lib.conf.ConfigurationImpl
-
Packages that use ConfigurationImpl Package Description org.apache.openjpa.ant OpenJPA Ant Tasksorg.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasksorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.ant Ant Integrationorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.org.apache.openjpa.xmlstore XML Store -
-
Uses of ConfigurationImpl in org.apache.openjpa.ant
Methods in org.apache.openjpa.ant that return ConfigurationImpl Modifier and Type Method Description protected ConfigurationImplApplicationIdToolTask. newConfiguration()protected ConfigurationImplMetaDataToolTask. newConfiguration()protected ConfigurationImplPCEnhancerTask. newConfiguration() -
Uses of ConfigurationImpl in org.apache.openjpa.conf
Subclasses of ConfigurationImpl in org.apache.openjpa.conf Modifier and Type Class Description classOpenJPAConfigurationImplImplementation of theOpenJPAConfigurationinterface. -
Uses of ConfigurationImpl in org.apache.openjpa.jdbc.ant
Methods in org.apache.openjpa.jdbc.ant that return ConfigurationImpl Modifier and Type Method Description protected ConfigurationImplMappingToolTask. newConfiguration()protected ConfigurationImplReverseMappingToolTask. newConfiguration()protected ConfigurationImplSchemaToolTask. newConfiguration() -
Uses of ConfigurationImpl in org.apache.openjpa.jdbc.conf
Subclasses of ConfigurationImpl in org.apache.openjpa.jdbc.conf Modifier and Type Class Description classJDBCConfigurationImplDefault implementation of theJDBCConfigurationinterface. -
Uses of ConfigurationImpl in org.apache.openjpa.lib.ant
Methods in org.apache.openjpa.lib.ant that return ConfigurationImpl Modifier and Type Method Description protected abstract ConfigurationImplAbstractTask. 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 Modifier and Type Class Description classDistributedJDBCConfigurationImplA specialized configuration embodies a set of Slice configurations. -
Uses of ConfigurationImpl in org.apache.openjpa.xmlstore
Subclasses of ConfigurationImpl in org.apache.openjpa.xmlstore Modifier and Type Class Description classXMLConfigurationConfiguration implementation for the XML file store.
-