| Package | Description |
|---|---|
| org.hibernate.loader.plan.internal | |
| org.hibernate.loader.plan.spi | |
| org.hibernate.loader.plan.spi.build | |
| org.hibernate.loader.plan.spi.visit |
| Modifier and Type | Method and Description |
|---|---|
static AnyFetch |
LoadPlanBuildingHelper.buildAnyFetch(FetchOwner fetchOwner,
AttributeDefinition attribute,
AnyMappingDefinition anyDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
| Modifier and Type | Method and Description |
|---|---|
AnyFetch |
AbstractFetchOwner.buildAnyFetch(AttributeDefinition attribute,
AnyMappingDefinition anyDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
AnyFetch |
FetchOwner.buildAnyFetch(AttributeDefinition attribute,
AnyMappingDefinition anyDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
AnyFetch |
AnyFetch.makeCopy(CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
| Constructor and Description |
|---|
AnyFetch(AnyFetch original,
CopyContext copyContext,
FetchOwner fetchOwnerCopy)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AnyFetch |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.buildAnyFetch(AttributeDefinition attribute,
AnyMappingDefinition anyDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatedLoadPlanVisitationStrategy.finishingAnyFetch(AnyFetch fetch) |
void |
ReturnGraphVisitationStrategy.finishingAnyFetch(AnyFetch fetch)
Notification that we are finishing up the processing of a ANY fetch
|
void |
ReturnGraphVisitationStrategyAdapter.finishingAnyFetch(AnyFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.finishingAnyFetch(AnyFetch fetch) |
void |
DelegatedLoadPlanVisitationStrategy.startingAnyFetch(AnyFetch fetch) |
void |
ReturnGraphVisitationStrategy.startingAnyFetch(AnyFetch fetch)
Notification we are starting the processing of a ANY fetch
|
void |
ReturnGraphVisitationStrategyAdapter.startingAnyFetch(AnyFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.startingAnyFetch(AnyFetch fetch) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.