| Package | Description |
|---|---|
| org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
| org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
ExpandingQuerySpaces |
AbstractLoadPlanBuildingAssociationVisitationStrategy.getQuerySpaces() |
| Modifier and Type | Method and Description |
|---|---|
protected ExpandingQuerySpaces |
AbstractExpandingFetchSource.getQuerySpaces() |
| Constructor and Description |
|---|
CollectionReturnImpl(CollectionDefinition collectionDefinition,
ExpandingQuerySpaces querySpaces) |
EntityReturnImpl(EntityDefinition entityDefinition,
ExpandingQuerySpaces querySpaces) |
| Modifier and Type | Class and Description |
|---|---|
class |
QuerySpacesImpl |
| Modifier and Type | Method and Description |
|---|---|
protected ExpandingQuerySpaces |
AbstractQuerySpace.getExpandingQuerySpaces() |
ExpandingQuerySpaces |
AbstractExpandingSourceQuerySpace.getExpandingQuerySpaces() |
ExpandingQuerySpaces |
CollectionQuerySpaceImpl.getExpandingQuerySpaces() |
| Constructor and Description |
|---|
AbstractExpandingSourceQuerySpace(String uid,
QuerySpace.Disposition disposition,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
AbstractQuerySpace(String uid,
QuerySpace.Disposition disposition,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
CollectionQuerySpaceImpl(CollectionPersister persister,
String uid,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
CompositeQuerySpaceImpl(CompositePropertyMapping compositeSubPropertyMapping,
String uid,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
EntityQuerySpaceImpl(EntityPersister persister,
String uid,
ExpandingQuerySpaces querySpaces,
boolean canJoinsBeRequired) |
| Modifier and Type | Method and Description |
|---|---|
ExpandingQuerySpaces |
ExpandingQuerySpace.getExpandingQuerySpaces() |
ExpandingQuerySpaces |
LoadPlanBuildingContext.getQuerySpaces() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.