Package | Description |
---|---|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandingQuerySpace.addJoin(Join join)
Adds a join with another query space.
|
void |
ExpandingCollectionQuerySpace.addJoin(Join join)
Adds a join with another query space for either a collection element or index.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JoinDefinedByMetadata
Specialization of a Join that is defined by the metadata.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.