Uses of Interface
org.hibernate.loader.plan.spi.CollectionReference
-
Packages that use CollectionReference Package Description org.hibernate.loader.plan.exec.process.spi org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of CollectionReference in org.hibernate.loader.plan.exec.process.spi
Methods in org.hibernate.loader.plan.exec.process.spi that return CollectionReference Modifier and Type Method Description CollectionReferenceCollectionReferenceInitializer. getCollectionReference() -
Uses of CollectionReference in org.hibernate.loader.plan.spi
Subinterfaces of CollectionReference in org.hibernate.loader.plan.spi Modifier and Type Interface Description interfaceCollectionAttributeFetchModels the requested fetching of a persistent collection attribute.interfaceCollectionReturnModels the a persistent collection as rootReturn.Methods in org.hibernate.loader.plan.spi that return CollectionReference Modifier and Type Method Description CollectionReferenceCollectionFetchableElement. getCollectionReference()Reference back to the collection to which this element belongsCollectionReferenceCollectionFetchableIndex. getCollectionReference()Reference back to the collection to which this index belongs
-