Uses of Interface
org.hibernate.loader.plan.spi.AttributeFetch
-
Packages that use AttributeFetch Package Description org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of AttributeFetch in org.hibernate.loader.plan.spi
Subinterfaces of AttributeFetch in org.hibernate.loader.plan.spi Modifier and Type Interface Description interfaceCollectionAttributeFetchModels the requested fetching of a persistent collection attribute.interfaceCompositeAttributeFetchModels the requested fetching of a composite attribute.interfaceEntityFetchModels the requested fetching of an entity attribute.
-