| 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 |
IdentifierProperty
Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
|
class |
StandardProperty
Deprecated.
Use one of the
Attribute-based impls instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositionAttribute
A 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 |
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.