Interface LoadPlanBuildingAssociationVisitationStrategy
-
- All Superinterfaces:
AssociationVisitationStrategy
public interface LoadPlanBuildingAssociationVisitationStrategy extends AssociationVisitationStrategy
SpecializedAssociationVisitationStrategy
implementation for buildingLoadPlan
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadPlan
buildLoadPlan()
After visitation is done, build the load plan.-
Methods inherited from interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
associationKeyRegistered, finish, finishingAttribute, finishingCollection, finishingCollectionElements, finishingCollectionIndex, finishingComposite, finishingEntity, finishingEntityIdentifier, foundAny, foundCircularAssociation, isDuplicateAssociationKey, registeredFetchSource, start, startingAttribute, startingCollection, startingCollectionElements, startingCollectionIndex, startingComposite, startingEntity, startingEntityIdentifier
-
-
-
-
Method Detail
-
buildLoadPlan
LoadPlan buildLoadPlan()
After visitation is done, build the load plan.- Returns:
- The load plan
-
-