ModeShape Distribution 3.0.0.CR1

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

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

Methods in org.modeshape.jcr.query.model that return SameNodeJoinCondition
 SameNodeJoinCondition QueryObjectModelFactory.sameNodeJoinCondition(String selector1Name, String selector2Name, String selector2Path)
           
 

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

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

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

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

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

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

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

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


ModeShape Distribution 3.0.0.CR1

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