Uses of Interface
org.apache.openjpa.lib.conf.ProductDerivation

Packages that use ProductDerivation
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration This package provides JDBC configuration interfaces. 
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.persistence OpenJPA JPA This package provides an JPA facade to OpenJPA. 
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC JDBC-specific extensions to OpenJPA JPA runtime. 
org.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
 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
 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
 class AbstractProductDerivation
          Abstract no-op product derivation for easy extension.
 

Methods in org.apache.openjpa.lib.conf that return ProductDerivation
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
 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
 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
 class ProductDerivation
          Derives configuration for Slice.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.