|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.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 |
includeSystemContent
Flag indicates whether the content under "/jcr:system" should be included in the results. |
boolean |
isExistsQuery
Set when the query results are not ordered or offset but are limited to a single row, implying that the query is just trying to see if a row exists. |
boolean |
qualifyExpandedColumnNames
Flag indicates whether to fully-qualify (with the selector name) the names of columns that are expanded from wildcard projections. |
boolean |
showPlan
Flag indicates whether the query plan should be included in the QueryResults |
boolean |
useSessionContent
Flag indicates whether the Session's transient (unsaved) content should be used for the results. |
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 isExistsQuery
public boolean hasOptionalJoin
public boolean hasFullTextSearch
public boolean hasSubqueries
public boolean hasView
public boolean showPlan
QueryResults
public boolean validateColumnExistance
public boolean includeSystemContent
public boolean useSessionContent
public boolean qualifyExpandedColumnNames
Constructor Detail |
---|
public PlanHints()
Method Detail |
---|
public String toString()
toString
in class Object
public PlanHints clone()
clone
in class Object
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |