Uses of Interface
org.apache.openjpa.conf.OpenJPAProductDerivation
-
Packages that use OpenJPAProductDerivation 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 OpenJPAProductDerivation in org.apache.openjpa.jdbc.conf
Classes in org.apache.openjpa.jdbc.conf that implement OpenJPAProductDerivation Modifier and Type Class Description class
JDBCProductDerivation
Sets JDBC as default store. -
Uses of OpenJPAProductDerivation in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement OpenJPAProductDerivation Modifier and Type Class Description class
PersistenceProductDerivation
Sets JPA specification defaults and parses JPA specification XML files. -
Uses of OpenJPAProductDerivation in org.apache.openjpa.persistence.jdbc
Classes in org.apache.openjpa.persistence.jdbc that implement OpenJPAProductDerivation Modifier and Type Class Description class
JDBCPersistenceProductDerivation
Sets JDBC-specific JPA specification defaults. -
Uses of OpenJPAProductDerivation in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement OpenJPAProductDerivation Modifier and Type Class Description class
ProductDerivation
Derives configuration for Slice.
-