Uses of Package
org.apache.openjpa.persistence.meta

Packages that use org.apache.openjpa.persistence.meta
org.apache.openjpa.persistence OpenJPA JPA 
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
org.apache.openjpa.persistence.meta OpenJPA MetaModel 
 

Classes in org.apache.openjpa.persistence.meta used by org.apache.openjpa.persistence
MetamodelImpl
          Adapts JPA Metamodel to OpenJPA meta-data repository.
 

Classes in org.apache.openjpa.persistence.meta used by org.apache.openjpa.persistence.criteria
MetamodelImpl
          Adapts JPA Metamodel to OpenJPA meta-data repository.
 

Classes in org.apache.openjpa.persistence.meta used by org.apache.openjpa.persistence.meta
AbstractManagedType
          Implements the managed persistent type and its attributes.
AbstractManagedType.AttributeNameFilter
           
AbstractManagedType.AttributeTypeFilter
          Selects if the attribute type matches the given Java class.
AbstractManagedType.DeclaredAttributeFilter
           
AbstractManagedType.ElementTypeFilter
          Selects plural attribute of given element type.
AbstractManagedType.EntryTypeFilter
           
AbstractManagedType.Filter
          Affirms if a given element satisfy a condition.
AbstractManagedType.IdAttributeFilter
           
AbstractManagedType.PluralCategoryFilter
           
AbstractManagedType.SingularAttributeFilter
          Affirms if the given attribute is a Singular attribute.
CompileTimeLogger
          Simple logger sets log level from javac compilers annotation processing options -Alog=TRACE|INFO|WARN|ERROR and uses the processing environment to determine the log output stream.
Members.Member
          An attribute of a Java type.
Members.PluralAttributeImpl
          Root of multi-cardinality attribute.
Members.SetAttributeImpl
          Represents attributes declared as java.util.Set<E>.
MetadataProcessor
          Collection of generic utility functions for extracting persistence related metadata from user specified metadata available in various source environment.
MetamodelImpl
          Adapts JPA Metamodel to OpenJPA meta-data repository.
Types.Identifiable
          Represents an abstract persistent type that has a persistent identity.
 



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