Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitationStrategyImpl.finishingEntityFetch(EntityFetch entityFetch) |
void |
ReturnGraphVisitationStrategyImpl.startingEntityFetch(EntityFetch entityFetch) |
Constructor and Description |
---|
EntityJoinableAssociationImpl(EntityFetch entityFetch,
CollectionReference currentCollectionReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
Modifier and Type | Method and Description |
---|---|
static EntityFetch |
LoadPlanBuildingHelper.buildStandardEntityFetch(FetchOwner fetchOwner,
AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
Modifier and Type | Method and Description |
---|---|
EntityFetch |
FetchOwner.buildEntityFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
EntityFetch |
AbstractFetchOwner.buildEntityFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
EntityFetch |
EntityFetch.makeCopy(CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
Constructor and Description |
---|
EntityFetch(EntityFetch original,
CopyContext copyContext,
FetchOwner fetchOwnerCopy)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
EntityFetch |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.buildEntityFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitationStrategy.finishingEntityFetch(EntityFetch entityFetch)
Notification that we are finishing up the processing of an entity fetch
|
void |
DelegatedLoadPlanVisitationStrategy.finishingEntityFetch(EntityFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.finishingEntityFetch(EntityFetch entityFetch) |
void |
ReturnGraphVisitationStrategyAdapter.finishingEntityFetch(EntityFetch entityFetch) |
void |
ReturnGraphVisitationStrategy.startingEntityFetch(EntityFetch entityFetch)
Notification we are starting the processing of an entity fetch
|
void |
DelegatedLoadPlanVisitationStrategy.startingEntityFetch(EntityFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.startingEntityFetch(EntityFetch entityFetch) |
void |
ReturnGraphVisitationStrategyAdapter.startingEntityFetch(EntityFetch entityFetch) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.