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

Packages that use SameNodeJoinCondition
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   
org.modeshape.jcr.query.qom   
 

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

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

Uses of SameNodeJoinCondition in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return SameNodeJoinCondition
protected  SameNodeJoinCondition SqlQueryParser.sameNodeJoinCondition(SelectorName selector1, SelectorName selector2)
           
protected  SameNodeJoinCondition SqlQueryParser.sameNodeJoinCondition(SelectorName selector1, SelectorName selector2, String path)
           
 

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

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

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

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

Uses of SameNodeJoinCondition in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return types with arguments of type SameNodeJoinCondition
 List<SameNodeJoinCondition> JcrSqlQueryParser.JoinableSources.getJoinConditions()
           
 

Methods in org.modeshape.jcr.query with parameters of type SameNodeJoinCondition
 void JcrSqlQueryParser.JoinableSources.add(SameNodeJoinCondition joinCondition, Position position)
           
 

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

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



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