|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.graph.query.model.Join
org.modeshape.jcr.query.qom.JcrJoin
public class JcrJoin
Implementation of the join for the JCR Query Object Model and the Graph API.
Constructor Summary | |
---|---|
JcrJoin(JcrSource left,
JoinType type,
JcrSource right,
JcrJoinCondition joinCondition)
Create a join of the left and right sources, using the supplied join condition. |
Method Summary | |
---|---|
JoinCondition |
getJoinCondition()
|
String |
getJoinType()
|
JcrSource |
getLeft()
|
JcrSource |
getRight()
|
JcrJoinCondition |
joinCondition()
Get the join condition |
JcrSource |
left()
Get the source that represents the left-hand-side of the join. |
JcrSource |
right()
Get the source that represents the right-hand-side of the join. |
Methods inherited from class org.modeshape.graph.query.model.Join |
---|
accept, equals, hashCode, toString, type |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.modeshape.graph.query.model.Visitable |
---|
accept |
Constructor Detail |
---|
public JcrJoin(JcrSource left, JoinType type, JcrSource right, JcrJoinCondition joinCondition)
left
- the left source being joinedtype
- the type of joinright
- the right source being joinedjoinCondition
- the join conditionMethod Detail |
---|
public JcrJoinCondition joinCondition()
joinCondition
in class Join
Join.joinCondition()
public JcrSource left()
left
in class Join
Join.left()
public JcrSource right()
right
in class Join
Join.right()
public JoinCondition getJoinCondition()
getJoinCondition
in interface Join
Join.getJoinCondition()
public String getJoinType()
getJoinType
in interface Join
Join.getJoinType()
public JcrSource getLeft()
getLeft
in interface Join
Join.getLeft()
public JcrSource getRight()
getRight
in interface Join
Join.getRight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |