Uses of Class
org.apache.openjpa.persistence.meta.Types.BaseType

Packages that use Types.BaseType
org.apache.openjpa.persistence.meta OpenJPA MetaModel 
 

Uses of Types.BaseType in org.apache.openjpa.persistence.meta
 

Subclasses of Types.BaseType in org.apache.openjpa.persistence.meta
 class AbstractManagedType<X>
          Implements the managed persistent type and its attributes.
static class Types.Basic<X>
          Basic non-relational types of a persistent attribute such as long or java.util.Date.
static class Types.Embeddable<X>
          An embedded, not independently identifiable type.
static class Types.Entity<X>
          An entity type that is independently identifiable.
static class Types.Identifiable<X>
          Represents an abstract persistent type that has a persistent identity.
static class Types.MappedSuper<X>
          A abstract, independently identifiable persistent type.
static class Types.PseudoEntity<X>
          A pseudo managed type used to represent keys of a java.util.Map as a pseudo attribute.
 



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