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 AnyAttributeFetch
ExpandingFetchSource. buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)
Builds a fetch for an "any" attribute.BidirectionalEntityReference
ExpandingFetchSource. buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy, EntityReference targetEntityReference)
Builds a bidirectional entity reference for an entity attribute.CollectionAttributeFetch
ExpandingFetchSource. buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)
Builds a fetch for a collection attribute.EntityFetch
ExpandingFetchSource. buildEntityAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)
Builds a fetch for an entity attribute.void
ExpandingFetchSource. 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 FetchStrategy
Fetch. 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 FetchStrategy
AssociationAttributeDefinition. 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 FetchStrategy
CompositeBasedAssociationAttribute. 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 FetchStrategy
EntityBasedAssociationAttribute. determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)
-