Package javax.jcr.query.qom
Interface Join
- All Superinterfaces:
Source
- All Known Implementing Classes:
JoinImpl
Performs a join between two node-tuple sources.
- Since:
- JCR 2.0
-
Method Details
-
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
String getJoinType()Gets the join type. -
getJoinCondition
JoinCondition getJoinCondition()Gets the join condition.- Returns:
- the join condition; non-null
-