public class EntityGraphBasedLoadPlanAdvisor extends Object implements LoadPlanAdvisor
Modifier and Type | Class and Description |
---|---|
class |
EntityGraphBasedLoadPlanAdvisor.CopyContextImpl |
Constructor and Description |
---|
EntityGraphBasedLoadPlanAdvisor(EntityGraphImpl root,
AdviceStyle adviceStyle)
Constricts a LoadPlanAdvisor for applying any additional fetches needed as indicated by the
given entity graph.
|
public EntityGraphBasedLoadPlanAdvisor(EntityGraphImpl root, AdviceStyle adviceStyle)
root
- The entity graph indicating the fetches.adviceStyle
- The style of advise (this is defiknedpublic LoadPlan advise(LoadPlan loadPlan)
LoadPlanAdvisor
advise
in interface LoadPlanAdvisor
loadPlan
- The load plan to advise on.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.