Package javax.jcr.query.qom
Interface Join
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoinConditiongetJoinCondition()Gets the join condition.java.lang.StringgetJoinType()Gets the join type.SourcegetLeft()Gets the left node-tuple source.SourcegetRight()Gets the right node-tuple source. 
 - 
 
- 
- 
Method Detail
- 
getLeft
Source getLeft()
Gets the left node-tuple source.- Returns:
 - the left source; non-null
 
 
- 
getRight
Source getRight()
Gets the right node-tuple source.- Returns:
 - the right source; non-null
 
 
- 
getJoinType
java.lang.String getJoinType()
Gets the join type. 
- 
getJoinCondition
JoinCondition getJoinCondition()
Gets the join condition.- Returns:
 - the join condition; non-null
 
 
 - 
 
 -