Interface SameNodeJoinCondition

  • All Superinterfaces:
    JoinCondition
    All Known Implementing Classes:
    SameNodeJoinConditionImpl

    public interface SameNodeJoinCondition
    extends JoinCondition
    Tests whether two nodes are "the same" according to the isSame method of javax.jcr.Item.

    Tests whether the selector1 node is the same as a node identified by relative path from the selector2 node. A node-tuple satisfies the constraint only if:

      selector1Node.isSame(selector2Node.getNode(selector2Path))
    would return true, where selector1Node is the node for selector1 and selector2Node is the node for selector2.
Since:
JCR 2.0