public final class MetamodelDrivenLoadPlanBuilder extends Object
MetamodelGraphWalker
and a
LoadPlanBuildingAssociationVisitationStrategy
.MetamodelGraphWalker
Modifier and Type | Method and Description |
---|---|
static LoadPlan |
buildRootCollectionLoadPlan(LoadPlanBuildingAssociationVisitationStrategy strategy,
CollectionPersister persister)
Coordinates building a LoadPlan that defines just a single root collection return (may have fetches).
|
static LoadPlan |
buildRootEntityLoadPlan(LoadPlanBuildingAssociationVisitationStrategy strategy,
EntityPersister persister)
Coordinates building a LoadPlan that defines just a single root entity return (may have fetches).
|
public static LoadPlan buildRootEntityLoadPlan(LoadPlanBuildingAssociationVisitationStrategy strategy, EntityPersister persister)
strategy
- The strategy defining the load plan shapingpersister
- The persister for the entity forming the root of the load plan.public static LoadPlan buildRootCollectionLoadPlan(LoadPlanBuildingAssociationVisitationStrategy strategy, CollectionPersister persister)
strategy
- The strategy defining the load plan shapingpersister
- The persister for the collection forming the root of the load plan.Copyright © 2021 JBoss by Red Hat. All rights reserved.