Uses of Interface
org.hibernate.loader.plan.spi.Join
-
Packages that use Join Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of Join in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type Join Modifier and Type Method Description void
ExpandingCollectionQuerySpace. addJoin(Join join)
Adds a join with another query space for either a collection element or index.void
ExpandingQuerySpace. addJoin(Join join)
Adds a join with another query space. -
Uses of Join in org.hibernate.loader.plan.spi
Subinterfaces of Join in org.hibernate.loader.plan.spi Modifier and Type Interface Description interface
JoinDefinedByMetadata
Specialization of a Join that is defined by the metadata.Methods in org.hibernate.loader.plan.spi that return types with arguments of type Join Modifier and Type Method Description java.lang.Iterable<Join>
QuerySpace. getJoins()
Obtain all joins which originate from this QuerySpace, in other words, all the joins which this QuerySpace is the left-hand-side of.
-