Package | Description |
---|---|
org.hibernate.loader.plan.build.internal.spaces |
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
|
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 | Class and Description |
---|---|
class |
JoinImpl |
Modifier and Type | Method and Description |
---|---|
Iterable<Join> |
AbstractQuerySpace.getJoins() |
protected List<Join> |
AbstractQuerySpace.internalGetJoins() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExpandingSourceQuerySpace.addJoin(Join join) |
void |
CollectionQuerySpaceImpl.addJoin(Join join) |
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-2015 Red Hat, Inc. All Rights Reserved.