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.walking.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpandingEntityIdentifierDescription
Describes an entity identifier description that allows adding fetches; used while
building a
EntityIdentifierDescription . |
interface |
ExpandingFetchSource
Describes the internal contract for things which can contain fetches.
|
Modifier and Type | Method and Description |
---|---|
FetchSource |
LoadPlanBuildingContext.registeredFetchSource(AssociationKey associationKey) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnyAttributeFetch
Models the requested fetching of an "any" attribute.
|
interface |
BidirectionalEntityReference
Represents the circular side of a bi-directional entity association.
|
interface |
CollectionFetchableElement
A collection element which is a
FetchSource . |
interface |
CollectionFetchableIndex
A collection index which is a
FetchSource . |
interface |
CompositeAttributeFetch
Models the requested fetching of a composite attribute.
|
interface |
CompositeFetch
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.
|
interface |
EntityFetch
Models the requested fetching of an entity attribute.
|
interface |
EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
interface |
EntityReturn
Models the an entity as root
Return . |
Modifier and Type | Method and Description |
---|---|
FetchSource |
Fetch.getSource()
Obtain the owner of this fetch.
|
Modifier and Type | Method and Description |
---|---|
FetchSource |
AssociationVisitationStrategy.registeredFetchSource(AssociationKey associationKey) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.