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

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

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

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

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

Uses of Join in org.modeshape.jcr.query
 

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

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

Subclasses of Join in org.modeshape.jcr.query.qom
 class JcrJoin
          Implementation of the join for the JCR Query Object Model and the Graph API.
 



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