| Package | Description |
|---|---|
| org.hibernate.jpa.graph.internal.advisor | |
| org.hibernate.loader.plan.internal | |
| org.hibernate.loader.plan.spi | |
| org.hibernate.loader.plan.spi.visit |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnGraphVisitationStrategyImpl.finishingCompositeFetch(CompositeFetch fetch) |
void |
ReturnGraphVisitationStrategyImpl.startingCompositeFetch(CompositeFetch fetch) |
| Modifier and Type | Method and Description |
|---|---|
static CompositeFetch |
LoadPlanBuildingHelper.buildStandardCompositeFetch(FetchOwner fetchOwner,
CompositionDefinition attributeDefinition,
LoadPlanBuildingContext loadPlanBuildingContext) |
| Modifier and Type | Method and Description |
|---|---|
CompositeFetch |
FetchOwner.buildCompositeFetch(CompositionDefinition attributeDefinition,
LoadPlanBuildingContext loadPlanBuildingContext) |
CompositeFetch |
AbstractFetchOwner.buildCompositeFetch(CompositionDefinition attributeDefinition,
LoadPlanBuildingContext loadPlanBuildingContext) |
CompositeFetch |
CompositeFetch.makeCopy(CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
| Constructor and Description |
|---|
CompositeFetch(CompositeFetch original,
CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnGraphVisitationStrategy.finishingCompositeFetch(CompositeFetch fetch)
Notification that we are finishing up the processing of a composite fetch
|
void |
DelegatedLoadPlanVisitationStrategy.finishingCompositeFetch(CompositeFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.finishingCompositeFetch(CompositeFetch fetch) |
void |
ReturnGraphVisitationStrategyAdapter.finishingCompositeFetch(CompositeFetch fetch) |
void |
ReturnGraphVisitationStrategy.startingCompositeFetch(CompositeFetch fetch)
Notification we are starting the processing of a component fetch
|
void |
DelegatedLoadPlanVisitationStrategy.startingCompositeFetch(CompositeFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.startingCompositeFetch(CompositeFetch fetch) |
void |
ReturnGraphVisitationStrategyAdapter.startingCompositeFetch(CompositeFetch fetch) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.