| Package | Description |
|---|---|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.persister.walking.spi | |
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity |
| Modifier and Type | Method and Description |
|---|---|
AnyAttributeFetch |
ExpandingFetchSource.buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy)
Builds a fetch for an "any" attribute.
|
BidirectionalEntityReference |
ExpandingFetchSource.buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
EntityReference targetEntityReference)
Builds a bidirectional entity reference for an entity attribute.
|
CollectionAttributeFetch |
ExpandingFetchSource.buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy)
Builds a fetch for a collection attribute.
|
EntityFetch |
ExpandingFetchSource.buildEntityAttributeFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy)
Builds a fetch for an entity attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationVisitationStrategy.foundCircularAssociation(AssociationAttributeDefinition attributeDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeBasedAssociationAttribute |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityBasedAssociationAttribute |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.