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 ConfigurationImpl
ApplicationIdToolTask. newConfiguration()
protected ConfigurationImpl
MetaDataToolTask. newConfiguration()
protected ConfigurationImpl
PCEnhancerTask. newConfiguration()
-
Uses of ConfigurationImpl in org.apache.openjpa.conf
Subclasses of ConfigurationImpl in org.apache.openjpa.conf Modifier and Type Class Description class
OpenJPAConfigurationImpl
Implementation of theOpenJPAConfiguration
interface. -
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 ConfigurationImpl
MappingToolTask. newConfiguration()
protected ConfigurationImpl
ReverseMappingToolTask. newConfiguration()
protected ConfigurationImpl
SchemaToolTask. newConfiguration()
-
Uses of ConfigurationImpl in org.apache.openjpa.jdbc.conf
Subclasses of ConfigurationImpl in org.apache.openjpa.jdbc.conf Modifier and Type Class Description class
JDBCConfigurationImpl
Default implementation of theJDBCConfiguration
interface. -
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 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
XMLConfiguration
Configuration implementation for the XML file store.
-