javax.jcr.query.qom
Interface EquiJoinCondition

All Superinterfaces:
JoinCondition

public interface EquiJoinCondition
extends JoinCondition

Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.

A node-tuple satisfies the constraint only if:

Since:
JCR 2.0

Method Summary
 java.lang.String getProperty1Name()
          Gets the property name in the first selector.
 java.lang.String getProperty2Name()
          Gets the property name in the second selector.
 java.lang.String getSelector1Name()
          Gets the name of the first selector.
 java.lang.String getSelector2Name()
          Gets the name of the second selector.
 

Method Detail

getSelector1Name

java.lang.String getSelector1Name()
Gets the name of the first selector.

Returns:
the selector name; non-null

getProperty1Name

java.lang.String getProperty1Name()
Gets the property name in the first selector.

Returns:
the property name; non-null

getSelector2Name

java.lang.String getSelector2Name()
Gets the name of the second selector.

Returns:
the selector name; non-null

getProperty2Name

java.lang.String getProperty2Name()
Gets the property name in the second selector.

Returns:
the property name; non-null


Copyright © 2009 Day Software. All Rights Reserved.