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 interfaceExpandingEntityIdentifierDescriptionDescribes an entity identifier description that allows adding fetches; used while building aEntityIdentifierDescription.interfaceExpandingFetchSourceDescribes 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 FetchSourceLoadPlanBuildingContext. 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 interfaceAnyAttributeFetchModels the requested fetching of an "any" attribute.interfaceBidirectionalEntityReferenceRepresents the circular side of a bi-directional entity association.interfaceCollectionFetchableElementA collection element which is aFetchSource.interfaceCollectionFetchableIndexA collection index which is aFetchSource.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.interfaceEntityReferenceRepresents a reference to an entity either as a return, fetch, or collection element or index.interfaceEntityReturnModels the an entity as rootReturn.Methods in org.hibernate.loader.plan.spi that return FetchSource Modifier and Type Method Description FetchSourceFetch. 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 FetchSourceAssociationVisitationStrategy. registeredFetchSource(AssociationKey associationKey)
-