| Package | Description |
|---|---|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| org.hibernate.persister.walking.spi | |
| 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 | Method and Description |
|---|---|
CompositeAttributeFetch |
ExpandingFetchSource.buildCompositeAttributeFetch(AttributeDefinition attributeDefinition)
Builds a fetch for a composite attribute.
|
void |
ExpandingFetchSource.validateFetchPlan(FetchStrategy fetchStrategy,
AttributeDefinition attributeDefinition)
Is the asserted plan valid from this owner to a fetch?
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
AttributeFetch.getFetchedAttributeDefinition()
Returns the
AttributeDefinition for attribute being fetched. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AttributeDefinition> |
AbstractEntityPersister.getAttributes() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationAttributeDefinition |
interface |
CompositeCollectionElementDefinition
The definition for a composite collection element.
|
interface |
CompositionDefinition |
interface |
NonEncapsulatedEntityIdentifierDefinition |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
EncapsulatedEntityIdentifierDefinition.getAttributeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AttributeDefinition> |
AttributeSource.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationVisitationStrategy.finishingAttribute(AttributeDefinition attributeDefinition)
Notification that we are finishing walking an attribute.
|
boolean |
AssociationVisitationStrategy.startingAttribute(AttributeDefinition attributeDefinition)
Notification that we are preparing to walk an attribute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NonIdentifierAttribute |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNonIdentifierAttribute |
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 | Method and Description |
|---|---|
Iterable<AttributeDefinition> |
AbstractCompositionAttribute.getAttributes() |
| 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.