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

Packages that use ChildNodeJoinCondition
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.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.graph.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.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
 

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

Methods in org.modeshape.graph.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.graph.query.parse
 

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

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

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

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

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

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

Subclasses of ChildNodeJoinCondition in org.modeshape.jcr.query.qom
 class JcrChildNodeJoinCondition
          Implementation of the child-node join condition for the JCR Query Object Model and the Graph API.
 



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