Uses of Interface
org.hibernate.loader.plan.build.spi.ExpandingCollectionQuerySpace
-
Packages that use ExpandingCollectionQuerySpace Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
Uses of ExpandingCollectionQuerySpace in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi that return ExpandingCollectionQuerySpace Modifier and Type Method Description ExpandingCollectionQuerySpaceExpandingQuerySpaces. makeCollectionQuerySpace(java.lang.String uid, CollectionPersister collectionPersister, boolean canJoinsBeRequired)Create anExpandingCollectionQuerySpacefor a collection (that is not a "return") with the specified unique ID.ExpandingCollectionQuerySpaceExpandingQuerySpaces. makeRootCollectionQuerySpace(java.lang.String uid, CollectionPersister collectionPersister)Create anExpandingCollectionQuerySpacefor a collection "return" with the specified unique ID.
-