ModeShape Distribution 3.0.1.Final

Uses of Class
org.modeshape.jcr.query.model.ChildNodeJoinCondition

Packages that use ChildNodeJoinCondition
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
org.modeshape.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of ChildNodeJoinCondition in org.modeshape.jcr.query.model
 

Methods in org.modeshape.jcr.query.model that return ChildNodeJoinCondition
 ChildNodeJoinCondition QueryObjectModelFactory.childNodeJoinCondition(String childSelectorName, String parentSelectorName)
           
 

Methods in org.modeshape.jcr.query.model with parameters of type ChildNodeJoinCondition
 void Visitors.AbstractVisitor.visit(ChildNodeJoinCondition obj)
           
 void Visitors.WalkAllVisitor.visit(ChildNodeJoinCondition joinCondition)
           
 void Visitors.ReadableVisitor.visit(ChildNodeJoinCondition condition)
           
 void Visitor.visit(ChildNodeJoinCondition obj)
           
 

Uses of ChildNodeJoinCondition in org.modeshape.jcr.query.parse
 

Methods in org.modeshape.jcr.query.parse that return ChildNodeJoinCondition
protected  ChildNodeJoinCondition BasicSqlQueryParser.childNodeJoinCondition(SelectorName parent, SelectorName child)
           
 

Uses of ChildNodeJoinCondition in org.modeshape.jcr.query.process
 

Constructors in org.modeshape.jcr.query.process with parameters of type ChildNodeJoinCondition
MergeJoinComponent(QueryContext context, ProcessingComponent left, ProcessingComponent right, ChildNodeJoinCondition condition, JoinType joinType)
           
 

Uses of ChildNodeJoinCondition in org.modeshape.jcr.query.validate
 

Methods in org.modeshape.jcr.query.validate with parameters of type ChildNodeJoinCondition
 void Validator.visit(ChildNodeJoinCondition obj)
           
 


ModeShape Distribution 3.0.1.Final

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.