Uses of Class
org.apache.openjpa.lib.conf.AbstractProductDerivation
-
Packages that use AbstractProductDerivation Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBCorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of AbstractProductDerivation in org.apache.openjpa.jdbc.conf
Subclasses of AbstractProductDerivation in org.apache.openjpa.jdbc.conf Modifier and Type Class Description class
JDBCProductDerivation
Sets JDBC as default store. -
Uses of AbstractProductDerivation in org.apache.openjpa.persistence
Subclasses of AbstractProductDerivation in org.apache.openjpa.persistence Modifier and Type Class Description class
PersistenceProductDerivation
Sets JPA specification defaults and parses JPA specification XML files. -
Uses of AbstractProductDerivation in org.apache.openjpa.persistence.jdbc
Subclasses of AbstractProductDerivation in org.apache.openjpa.persistence.jdbc Modifier and Type Class Description class
JDBCPersistenceProductDerivation
Sets JDBC-specific JPA specification defaults. -
Uses of AbstractProductDerivation in org.apache.openjpa.slice
Subclasses of AbstractProductDerivation in org.apache.openjpa.slice Modifier and Type Class Description class
ProductDerivation
Derives configuration for Slice.
-