Uses of Interface
org.hibernate.loader.plan.spi.Fetch
-
Packages that use Fetch Package Description org.hibernate.loader.plan.exec.process.spi org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of Fetch in org.hibernate.loader.plan.exec.process.spi
Methods in org.hibernate.loader.plan.exec.process.spi with parameters of type Fetch Modifier and Type Method Description ResultSetProcessingContext.EntityReferenceProcessingState
ResultSetProcessingContext. getOwnerProcessingState(Fetch fetch)
Find the EntityReferenceProcessingState for the FetchOwner of the given Fetch. -
Uses of Fetch in org.hibernate.loader.plan.spi
Subinterfaces of Fetch in org.hibernate.loader.plan.spi Modifier and Type Interface Description interface
AnyAttributeFetch
Models the requested fetching of an "any" attribute.interface
AttributeFetch
Models aFetch
that is specifically for an attribute.interface
CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.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.Methods in org.hibernate.loader.plan.spi that return Fetch Modifier and Type Method Description Fetch[]
FetchSource. getFetches()
Retrieve the fetches owned by this fetch source.
-