Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitationStrategyImpl.finishingCollectionFetch(CollectionFetch collectionFetch) |
void |
ReturnGraphVisitationStrategyImpl.startingCollectionFetch(CollectionFetch collectionFetch) |
Constructor and Description |
---|
AdviceNodeDescriptorCollectionReference(CollectionFetch collectionFetch,
org.hibernate.jpa.graph.internal.advisor.JpaGraphReference jpaGraphReference) |
Constructor and Description |
---|
CollectionJoinableAssociationImpl(CollectionFetch collectionFetch,
EntityReference currentEntityReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
Modifier and Type | Method and Description |
---|---|
static CollectionFetch |
LoadPlanBuildingHelper.buildStandardCollectionFetch(FetchOwner fetchOwner,
AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
Modifier and Type | Method and Description |
---|---|
CollectionFetch |
FetchOwner.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
CompositeElementGraph.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
AbstractFetchOwner.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
CompositeIndexGraph.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
CollectionFetch |
CollectionFetch.makeCopy(CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
Constructor and Description |
---|
CollectionFetch(CollectionFetch original,
CopyContext copyContext,
FetchOwner fetchOwnerCopy) |
Modifier and Type | Method and Description |
---|---|
CollectionFetch |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.buildCollectionFetch(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
LoadPlanBuildingContext loadPlanBuildingContext) |
Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitationStrategy.finishingCollectionFetch(CollectionFetch collectionFetch)
Notification that we are finishing up the processing of a collection fetch
|
void |
DelegatedLoadPlanVisitationStrategy.finishingCollectionFetch(CollectionFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.finishingCollectionFetch(CollectionFetch collectionFetch) |
void |
ReturnGraphVisitationStrategyAdapter.finishingCollectionFetch(CollectionFetch collectionFetch) |
void |
ReturnGraphVisitationStrategy.startingCollectionFetch(CollectionFetch collectionFetch)
Notification we are starting the processing of a collection fetch
|
void |
DelegatedLoadPlanVisitationStrategy.startingCollectionFetch(CollectionFetch fetch) |
void |
LoadPlanVisitationStrategyAdapter.startingCollectionFetch(CollectionFetch collectionFetch) |
void |
ReturnGraphVisitationStrategyAdapter.startingCollectionFetch(CollectionFetch collectionFetch) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.