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

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

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

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

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

Methods in org.modeshape.graph.query.parse that return Or
protected  Or SqlQueryParser.or(Constraint constraint1, Constraint constraint2)
           
 

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

Subclasses of Or in org.modeshape.jcr.query.qom
 class JcrOr
          Implementation of the 'or' constraint for the JCR Query Object Model and the Graph API.
 



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