Package javax.jcr.query.qom
Interface ChildNodeJoinCondition
- All Superinterfaces:
JoinCondition
- All Known Implementing Classes:
ChildNodeJoinConditionImpl
Tests whether the
childSelector node is a child
of the parentSelector node. A node-tuple
satisfies the constraint only if:
childSelectorNode.getParent().isSame(parentSelectorNode)would return true, where
childSelectorNode is the node for
childSelector and parentSelectorNode
is the node for parentSelector.- Since:
- JCR 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the child selector.Gets the name of the parent selector.