| Package | Description | 
|---|---|
| org.hibernate.tuple | 
        This package defines a runtime metamodel for entities at
        the object level and abstracts the differences between
        the various entity modes. | 
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IdentifierAttribute | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAttribute | 
| class  | AbstractNonIdentifierAttribute | 
| class  | IdentifierPropertyRepresents a defined entity identifier property within the Hibernate
 runtime-metamodel. | 
| class  | StandardPropertyDeprecated. 
 Use one of the  Attribute-based impls instead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCompositionAttributeA base class for a composite, non-identifier attribute. | 
| class  | CompositeBasedAssociationAttribute | 
| class  | CompositeBasedBasicAttribute | 
| class  | CompositionBasedCompositionAttribute | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEntityBasedAttribute | 
| class  | EntityBasedAssociationAttribute | 
| class  | EntityBasedBasicAttribute | 
| class  | EntityBasedCompositionAttribute | 
| class  | VersionPropertyRepresents a version property within the Hibernate runtime-metamodel. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.