|
||||||||||
| 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 | |
|---|---|
javax.jcr.query.qom.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 condition| Method Detail |
|---|
public JcrJoinCondition joinCondition()
joinCondition in class JoinJoin.joinCondition()public JcrSource left()
left in class JoinJoin.left()public JcrSource right()
right in class JoinJoin.right()public javax.jcr.query.qom.JoinCondition getJoinCondition()
getJoinCondition in interface javax.jcr.query.qom.JoinJoin.getJoinCondition()public String getJoinType()
getJoinType in interface javax.jcr.query.qom.JoinJoin.getJoinType()public JcrSource getLeft()
getLeft in interface javax.jcr.query.qom.JoinJoin.getLeft()public JcrSource getRight()
getRight in interface javax.jcr.query.qom.JoinJoin.getRight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||