Uses of Interface
org.hibernate.loader.plan.spi.AnyAttributeFetch
-
Packages that use AnyAttributeFetch Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
Uses of AnyAttributeFetch in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi that return AnyAttributeFetch Modifier and Type Method Description AnyAttributeFetchExpandingFetchSource. buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an "any" attribute.
-