interface PathJoins extends Joins
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPathStr() |
Select |
getSelect()
The select owner of this join
|
boolean |
isDirty()
Return true if this instance has a path, any joins, or a variable.
|
int |
joinCount()
Return the maximum number of joins contained in this instance at any
time.
|
JoinSet |
joins()
Return the set of
Join elements, or null if none. |
void |
nullJoins()
Null the set of
Join elements. |
java.lang.StringBuilder |
path()
Return the relation path traversed by these joins, or null if none.
|
PathJoins |
setOuter(boolean outer)
Mark this as an outer joins set.
|
crossJoin, getCorrelatedVariable, isEmpty, isOuter, join, joinRelation, moveJoinsToParent, outerJoin, outerJoinRelation, setCorrelatedVariable, setJoinContext, setSubselect, setVariable
PathJoins setOuter(boolean outer)
boolean isDirty()
java.lang.StringBuilder path()
int joinCount()
void nullJoins()
Join
elements.Select getSelect()
java.lang.String getPathStr()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.