Constructor and Description |
---|
LoadPlanImpl(boolean hasScalars,
List<Return> returns) |
LoadPlanImpl(boolean hasScalars,
Return rootReturn) |
LoadPlanImpl(EntityReturn entityReturn) |
Modifier and Type | Method and Description |
---|---|
List<Return> |
getReturns() |
boolean |
hasAnyScalarReturns()
Convenient form of checking
LoadPlan.getReturns() for scalar root returns. |
public LoadPlanImpl(boolean hasScalars, Return rootReturn)
public LoadPlanImpl(EntityReturn entityReturn)
public boolean hasAnyScalarReturns()
LoadPlan
LoadPlan.getReturns()
for scalar root returns.hasAnyScalarReturns
in interface LoadPlan
true
if LoadPlan.getReturns()
contained any scalar returns; false
otherwise.public List<Return> getReturns()
getReturns
in interface LoadPlan
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.