|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.graph.query.plan.PlanHints
@NotThreadSafe public final class PlanHints
Field Summary | |
---|---|
boolean |
hasCriteria
This flag indicates that the plan has a criteria somewhere |
boolean |
hasFullTextSearch
|
boolean |
hasJoin
This flag indicates that the plan has a join somewhere |
boolean |
hasLimit
|
boolean |
hasOptionalJoin
|
boolean |
hasSetQuery
flag indicates that the plan has a union somewhere |
boolean |
hasSort
This flag indicates that the plan has a sort somewhere |
boolean |
hasSubqueries
|
boolean |
hasView
Flag indicates that the plan has at least one view somewhere |
boolean |
showPlan
Flag indicates whether the query plan should be included in the QueryResults |
boolean |
validateColumnExistance
Flag indicates whether to check during validation for the existance of columns used in column selectors and criteria. |
Constructor Summary | |
---|---|
PlanHints()
|
Method Summary | |
---|---|
PlanHints |
clone()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean hasCriteria
public boolean hasJoin
public boolean hasSort
public boolean hasSetQuery
public boolean hasLimit
public boolean hasOptionalJoin
public boolean hasFullTextSearch
public boolean hasSubqueries
public boolean hasView
public boolean showPlan
QueryResults
public boolean validateColumnExistance
Constructor Detail |
---|
public PlanHints()
Method Detail |
---|
public String toString()
toString
in class Object
public PlanHints clone()
clone
in class Object
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |