|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EquiJoinCondition
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:selector1 has a property named
property1, andselector2 has a property named
property2, andproperty1 equals the value of
property2selector1 is not the name of a selector in
the query, orselector2 is not the name of a selector in
the query, orselector1 is the same as
selector2, orproperty1 is not a syntactically valid JCR
name, orproperty2 is not a syntactically valid JCR
name, orproperty1 is not the same
property type as the name of property2, orproperty1 is a multi-valued property, orproperty2 is a multi-valued property, orproperty1 is a BINARY property, orproperty2 is a BINARY property.
| Method Summary | |
|---|---|
String |
getProperty1Name()
Gets the property name in the first selector. |
String |
getProperty2Name()
Gets the property name in the second selector. |
String |
getSelector1Name()
Gets the name of the first selector. |
String |
getSelector2Name()
Gets the name of the second selector. |
| Method Detail |
|---|
String getSelector1Name()
String getProperty1Name()
String getSelector2Name()
String getProperty2Name()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||