| Package | Description |
|---|---|
| org.hibernate.loader.plan2.build.internal.returns | |
| org.hibernate.loader.plan2.build.internal.spaces | |
| org.hibernate.loader.plan2.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan2.spi |
| Constructor and Description |
|---|
CollectionFetchableElementCompositeGraph(CollectionReference collectionReference,
Join compositeJoin) |
CollectionFetchableElementEntityGraph(CollectionReference collectionReference,
Join entityJoin) |
CollectionFetchableIndexCompositeGraph(CollectionReference collectionReference,
Join compositeJoin) |
CollectionFetchableIndexEntityGraph(CollectionReference collectionReference,
Join entityJoin) |
CollectionFetchImpl(ExpandingFetchSource fetchSource,
AssociationAttributeDefinition fetchedAttribute,
FetchStrategy fetchStrategy,
Join fetchedJoin,
LoadPlanBuildingContext loadPlanBuildingContext) |
EntityFetchImpl(ExpandingFetchSource fetchSource,
AssociationAttributeDefinition fetchedAttribute,
FetchStrategy fetchStrategy,
Join fetchedJoin) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinImpl |
| Modifier and Type | Method and Description |
|---|---|
Join |
CollectionQuerySpaceImpl.addElementCompositeJoin(CompositeType compositeType,
LoadPlanBuildingContext context) |
Join |
EntityQuerySpaceImpl.makeCompositeIdentifierJoin() |
| Modifier and Type | Method and Description |
|---|---|
Join |
ExpandingEntityQuerySpace.makeCompositeIdentifierJoin() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Join> |
AbstractQuerySpace.getJoins() |
protected List<Join> |
AbstractQuerySpace.internalGetJoins() |
| 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 right-hand-side of.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.