Class SameNodeJoinConditionImpl
java.lang.Object
org.apache.jackrabbit.oak.jcr.query.qom.JoinConditionImpl
org.apache.jackrabbit.oak.jcr.query.qom.SameNodeJoinConditionImpl
- All Implemented Interfaces:
JoinCondition
,SameNodeJoinCondition
The implementation of the corresponding JCR interface.
-
Constructor Summary
ConstructorsConstructorDescriptionSameNodeJoinConditionImpl
(String selector1Name, String selector2Name, String selector2Path) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
quoteColumnName
(String name) protected String
quoteNodeTypeName
(String name) protected String
protected String
quotePropertyName
(String name) protected String
quoteSelectorName
(String name) toString()
-
Constructor Details
-
SameNodeJoinConditionImpl
-
-
Method Details
-
getSelector1Name
- Specified by:
getSelector1Name
in interfaceSameNodeJoinCondition
-
getSelector2Name
- Specified by:
getSelector2Name
in interfaceSameNodeJoinCondition
-
getSelector2Path
- Specified by:
getSelector2Path
in interfaceSameNodeJoinCondition
-
toString
-
protect
-
quotePath
-
quoteSelectorName
-
quotePropertyName
-
quoteColumnName
-
quoteNodeTypeName
-