Uses of Class
org.apache.openjpa.meta.Extensions

Packages that use Extensions
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.meta OpenJPA Metadata 
 

Uses of Extensions in org.apache.openjpa.jdbc.meta
 

Subclasses of Extensions in org.apache.openjpa.jdbc.meta
 class ClassMapping
          Specialization of metadata for relational databases.
 class FieldMapping
          Specialization of metadata for relational databases.
 

Uses of Extensions in org.apache.openjpa.meta
 

Subclasses of Extensions in org.apache.openjpa.meta
 class ClassMetaData
          Contains metadata about a persistent type.
 class FieldMetaData
          Metadata for a managed class field.
 

Methods in org.apache.openjpa.meta that return Extensions
 Extensions Extensions.getEmbeddedExtensions(String key, boolean create)
          Return the embedded extensions under the given key.
 Extensions Extensions.getEmbeddedExtensions(String vendor, String key, boolean create)
          Return the embedded extensions under the given key.
 

Methods in org.apache.openjpa.meta with parameters of type Extensions
protected  void Extensions.copy(Extensions exts)
          Copy the extensions not present in this instance but present in the given instance.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.