Uses of Class
org.hibernate.engine.FetchStrategy
-
Packages that use FetchStrategy 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 org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of FetchStrategy in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type FetchStrategy Modifier and Type Method Description AnyAttributeFetchExpandingFetchSource. buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an "any" attribute.BidirectionalEntityReferenceExpandingFetchSource. buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy, EntityReference targetEntityReference)Builds a bidirectional entity reference for an entity attribute.CollectionAttributeFetchExpandingFetchSource. buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for a collection attribute.EntityFetchExpandingFetchSource. buildEntityAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an entity attribute.voidExpandingFetchSource. validateFetchPlan(FetchStrategy fetchStrategy, AttributeDefinition attributeDefinition)Is the asserted plan valid from this owner to a fetch? -
Uses of FetchStrategy in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return FetchStrategy Modifier and Type Method Description FetchStrategyFetch. getFetchStrategy()Gets the fetch strategy for this fetch. -
Uses of FetchStrategy in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return FetchStrategy Modifier and Type Method Description FetchStrategyAssociationAttributeDefinition. determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath) -
Uses of FetchStrategy in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return FetchStrategy Modifier and Type Method Description FetchStrategyCompositeBasedAssociationAttribute. determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath) -
Uses of FetchStrategy in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return FetchStrategy Modifier and Type Method Description FetchStrategyEntityBasedAssociationAttribute. determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)
-