| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hierarchical | |
|---|---|
| org.hibernate.metamodel.domain | This package defines metadata modeling of a logical domain model. | 
| Uses of Hierarchical in org.hibernate.metamodel.domain | 
|---|
| Classes in org.hibernate.metamodel.domain that implement Hierarchical | |
|---|---|
|  class | AbstractAttributeContainerConvenient base class for AttributeContainer. | 
|  class | ComponentModels the notion of a component (what JPA calls an Embeddable). | 
|  class | EntityModels the notion of an entity | 
|  class | NonEntityModels the concept class in the hierarchy with no persistent attributes. | 
|  class | SuperclassModels the concept of a (intermediate) superclass | 
| Methods in org.hibernate.metamodel.domain that return Hierarchical | |
|---|---|
|  Hierarchical | AbstractAttributeContainer.getSuperType() | 
|  Hierarchical | Hierarchical.getSuperType()Retrieve the super type. | 
| Constructors in org.hibernate.metamodel.domain with parameters of type Hierarchical | |
|---|---|
| AbstractAttributeContainer(String name,
                           String className,
                           Value<Class<?>> classReference,
                           Hierarchical superType) | |
| Component(String name,
          String className,
          Value<Class<?>> classReference,
          Hierarchical superType) | |
| Entity(String entityName,
       String className,
       Value<Class<?>> classReference,
       Hierarchical superType)Constructor for the entity | |
| NonEntity(String entityName,
          String className,
          Value<Class<?>> classReference,
          Hierarchical superType)Constructor for the non-entity | |
| Superclass(String entityName,
           String className,
           Value<Class<?>> classReference,
           Hierarchical superType)Constructor for the entity | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||