ModeShape Distribution 3.0.0.CR1

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

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

Methods in org.modeshape.jcr.query.model that return Between
 Between QueryObjectModelFactory.between(DynamicOperand operand, StaticOperand lowerBound, StaticOperand upperBound, boolean includeLowerBound, boolean includeUpperBound)
           
 

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

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

Methods in org.modeshape.jcr.query.parse that return Between
protected  Between BasicSqlQueryParser.between(DynamicOperand operand, StaticOperand lowerBound, StaticOperand upperBound, boolean lowerInclusive, boolean upperInclusive)
           
 


ModeShape Distribution 3.0.0.CR1

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