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

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

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

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

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

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

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



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