ModeShape Distribution 3.0.0.Beta4

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

Packages that use Join
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. 
 

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

Methods in org.modeshape.jcr.query.model that return Join
 Join QueryObjectModelFactory.join(Source left, Source right, String joinType, JoinCondition joinCondition)
           
 

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

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

Methods in org.modeshape.jcr.query.parse that return Join
protected  Join BasicSqlQueryParser.join(Source left, JoinType joinType, Source right, JoinCondition joinCondition)
           
 

Methods in org.modeshape.jcr.query.parse with parameters of type Join
protected  boolean JcrSqlQueryParser.usesSelector(Join join, SelectorName selector)
           
 


ModeShape Distribution 3.0.0.Beta4

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