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.EntityReferenceProcessingStateResultSetProcessingContext. 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 interfaceAnyAttributeFetchModels the requested fetching of an "any" attribute.interfaceAttributeFetchModels aFetchthat is specifically for an attribute.interfaceCollectionAttributeFetchModels the requested fetching of a persistent collection attribute.interfaceCompositeAttributeFetchModels the requested fetching of a composite attribute.interfaceCompositeFetchModels the requested fetching of a composition (component/embeddable), which may or may not be an attribute.interfaceEntityFetchModels 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.
-