org.apache.jackrabbit.oak.jcr.query.qom
Class ChildNodeJoinConditionImpl

java.lang.Object
  extended by org.apache.jackrabbit.oak.jcr.query.qom.JoinConditionImpl
      extended by org.apache.jackrabbit.oak.jcr.query.qom.ChildNodeJoinConditionImpl
All Implemented Interfaces:
javax.jcr.query.qom.ChildNodeJoinCondition, javax.jcr.query.qom.JoinCondition

public class ChildNodeJoinConditionImpl
extends JoinConditionImpl
implements javax.jcr.query.qom.ChildNodeJoinCondition

The implementation of the corresponding JCR interface.


Constructor Summary
ChildNodeJoinConditionImpl(String childSelectorName, String parentSelectorName)
           
 
Method Summary
 String getChildSelectorName()
           
 String getParentSelectorName()
           
protected  String protect(Object expression)
           
protected  String quoteColumnName(String name)
           
protected  String quoteNodeTypeName(String name)
           
protected  String quotePath(String path)
           
protected  String quotePropertyName(String name)
           
protected  String quoteSelectorName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildNodeJoinConditionImpl

public ChildNodeJoinConditionImpl(String childSelectorName,
                                  String parentSelectorName)
Method Detail

getChildSelectorName

public String getChildSelectorName()
Specified by:
getChildSelectorName in interface javax.jcr.query.qom.ChildNodeJoinCondition

getParentSelectorName

public String getParentSelectorName()
Specified by:
getParentSelectorName in interface javax.jcr.query.qom.ChildNodeJoinCondition

toString

public String toString()
Overrides:
toString in class Object

protect

protected String protect(Object expression)

quotePath

protected String quotePath(String path)

quoteSelectorName

protected String quoteSelectorName(String name)

quotePropertyName

protected String quotePropertyName(String name)

quoteColumnName

protected String quoteColumnName(String name)

quoteNodeTypeName

protected String quoteNodeTypeName(String name)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.