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 interface
ExpandingCollectionQuerySpace
Describes a collection query space that allows adding joins with other query spaces; used while building aCollectionQuerySpace
.interface
ExpandingCompositeQuerySpace
Describes a composite query space that allows adding joins with other query spaces; used while building aCompositeQuerySpace
.interface
ExpandingEntityQuerySpace
Describes an entity query space that allows adding joins with other query spaces; used while building anEntityQuerySpace
.
-