Uses of Class
org.apache.openjpa.conf.OpenJPAConfigurationImpl
-
Packages that use OpenJPAConfigurationImpl Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.org.apache.openjpa.xmlstore XML Store -
-
Uses of OpenJPAConfigurationImpl in org.apache.openjpa.jdbc.conf
Subclasses of OpenJPAConfigurationImpl in org.apache.openjpa.jdbc.conf Modifier and Type Class Description class
JDBCConfigurationImpl
Default implementation of theJDBCConfiguration
interface. -
Uses of OpenJPAConfigurationImpl in org.apache.openjpa.slice.jdbc
Subclasses of OpenJPAConfigurationImpl in org.apache.openjpa.slice.jdbc Modifier and Type Class Description class
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations. -
Uses of OpenJPAConfigurationImpl in org.apache.openjpa.xmlstore
Subclasses of OpenJPAConfigurationImpl in org.apache.openjpa.xmlstore Modifier and Type Class Description class
XMLConfiguration
Configuration implementation for the XML file store.
-