Uses of Interface
org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
-
Packages that use ExpandingQuerySpace Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
Uses of ExpandingQuerySpace in org.hibernate.loader.plan.build.spi
Subinterfaces of ExpandingQuerySpace in org.hibernate.loader.plan.build.spi Modifier and Type Interface Description interfaceExpandingCollectionQuerySpaceDescribes a collection query space that allows adding joins with other query spaces; used while building aCollectionQuerySpace.interfaceExpandingCompositeQuerySpaceDescribes a composite query space that allows adding joins with other query spaces; used while building aCompositeQuerySpace.interfaceExpandingEntityQuerySpaceDescribes an entity query space that allows adding joins with other query spaces; used while building anEntityQuerySpace.
-