|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.graph.query.model.EquiJoinCondition
org.modeshape.jcr.query.qom.JcrEquiJoinCondition
public class JcrEquiJoinCondition
Implementation of the equi-join condition for the JCR Query Object Model and the Graph API.
| Constructor Summary | |
|---|---|
JcrEquiJoinCondition(Column column1,
Column column2)
Create an equi-join condition, given the columns. |
|
JcrEquiJoinCondition(SelectorName selector1Name,
String property1Name,
SelectorName selector2Name,
String property2Name)
Create an equi-join condition, given the names of the selector and property for the left- and right-hand-side of the join. |
|
| Method Summary | |
|---|---|
String |
getProperty1Name()
|
String |
getProperty2Name()
|
String |
getSelector1Name()
|
String |
getSelector2Name()
|
| Methods inherited from class org.modeshape.graph.query.model.EquiJoinCondition |
|---|
accept, equals, hashCode, property1Name, property2Name, selector1Name, selector2Name, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.modeshape.graph.query.model.Visitable |
|---|
accept |
| Constructor Detail |
|---|
public JcrEquiJoinCondition(SelectorName selector1Name,
String property1Name,
SelectorName selector2Name,
String property2Name)
selector1Name - the selector name appearing on the left-side of the join; never nullproperty1Name - the property name for the left-side of the join; never nullselector2Name - the selector name appearing on the right-side of the join; never nullproperty2Name - the property name for the right-side of the join; never null
public JcrEquiJoinCondition(Column column1,
Column column2)
column1 - the column for the left-side of the join; never nullcolumn2 - the column for the right-side of the join; never null| Method Detail |
|---|
public String getProperty1Name()
getProperty1Name in interface EquiJoinConditionEquiJoinCondition.getProperty1Name()public String getProperty2Name()
getProperty2Name in interface EquiJoinConditionEquiJoinCondition.getProperty2Name()public String getSelector1Name()
getSelector1Name in interface EquiJoinConditionEquiJoinCondition.getSelector1Name()public String getSelector2Name()
getSelector2Name in interface EquiJoinConditionEquiJoinCondition.getSelector2Name()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||