Uses of Interface
org.apache.openjpa.lib.conf.ProductDerivation
-
Packages that use ProductDerivation Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBCorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of ProductDerivation in org.apache.openjpa.conf
Subinterfaces of ProductDerivation in org.apache.openjpa.conf Modifier and Type Interface Description interface
OpenJPAProductDerivation
Adds datastore based extension to ProductDerivation. -
Uses of ProductDerivation in org.apache.openjpa.jdbc.conf
Classes in org.apache.openjpa.jdbc.conf that implement ProductDerivation Modifier and Type Class Description class
JDBCProductDerivation
Sets JDBC as default store. -
Uses of ProductDerivation in org.apache.openjpa.lib.conf
Classes in org.apache.openjpa.lib.conf that implement ProductDerivation Modifier and Type Class Description class
AbstractProductDerivation
Abstract no-op product derivation for easy extension.Methods in org.apache.openjpa.lib.conf that return ProductDerivation Modifier and Type Method Description static ProductDerivation[]
ProductDerivations. getProductDerivations()
Return all the product derivations registered in the current classloader -
Uses of ProductDerivation in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement ProductDerivation Modifier and Type Class Description class
PersistenceProductDerivation
Sets JPA specification defaults and parses JPA specification XML files. -
Uses of ProductDerivation in org.apache.openjpa.persistence.jdbc
Classes in org.apache.openjpa.persistence.jdbc that implement ProductDerivation Modifier and Type Class Description class
JDBCPersistenceProductDerivation
Sets JDBC-specific JPA specification defaults. -
Uses of ProductDerivation in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement ProductDerivation Modifier and Type Class Description class
ProductDerivation
Derives configuration for Slice.
-