Uses of Interface
org.hibernate.loader.plan.spi.FetchSource
-
Packages that use FetchSource Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.walking.spi -
-
Uses of FetchSource in org.hibernate.loader.plan.build.spi
Subinterfaces of FetchSource in org.hibernate.loader.plan.build.spi Modifier and Type Interface Description interface
ExpandingEntityIdentifierDescription
Describes an entity identifier description that allows adding fetches; used while building aEntityIdentifierDescription
.interface
ExpandingFetchSource
Describes the internal contract for things which can contain fetches.Methods in org.hibernate.loader.plan.build.spi that return FetchSource Modifier and Type Method Description FetchSource
LoadPlanBuildingContext. registeredFetchSource(AssociationKey associationKey)
-
Uses of FetchSource in org.hibernate.loader.plan.spi
Subinterfaces of FetchSource in org.hibernate.loader.plan.spi Modifier and Type Interface 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 aFetchSource
.interface
CollectionFetchableIndex
A collection index which is aFetchSource
.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 rootReturn
.Methods in org.hibernate.loader.plan.spi that return FetchSource Modifier and Type Method Description FetchSource
Fetch. getSource()
Obtain the owner of this fetch. -
Uses of FetchSource in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return FetchSource Modifier and Type Method Description FetchSource
AssociationVisitationStrategy. registeredFetchSource(AssociationKey associationKey)
-