Class ExecutionPlan
- java.lang.Object
-
- com.kenshoo.pl.entity.internal.fetch.ExecutionPlan
-
public class ExecutionPlan extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecutionPlan.ManyToOnePlan<E extends EntityType<E>>static classExecutionPlan.OneToOnePlan
-
Constructor Summary
Constructors Constructor Description ExecutionPlan(DataTable startingTable, java.util.Collection<? extends EntityField<?,?>> fieldsToFetch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExecutionPlan.ManyToOnePlan<?>>getManyToOnePlans()ExecutionPlan.OneToOnePlangetOneToOnePlan()
-
-
-
Constructor Detail
-
ExecutionPlan
public ExecutionPlan(DataTable startingTable, java.util.Collection<? extends EntityField<?,?>> fieldsToFetch)
-
-
Method Detail
-
getOneToOnePlan
public ExecutionPlan.OneToOnePlan getOneToOnePlan()
-
getManyToOnePlans
public java.util.List<ExecutionPlan.ManyToOnePlan<?>> getManyToOnePlans()
-
-