Package javax.jcr.query.qom
Interface Join
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoinCondition
getJoinCondition()
Gets the join condition.java.lang.String
getJoinType()
Gets the join type.Source
getLeft()
Gets the left node-tuple source.Source
getRight()
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
-
-