Uses of Interface
org.modeshape.jcr.api.query.qom.Between

Packages that use Between
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

Uses of Between in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return Between
 Between QueryObjectModelFactory.between(DynamicOperand operand, StaticOperand lowerBound, StaticOperand upperBound, boolean includeLowerBound, boolean includeUpperBound)
          Tests that the value (or values) defined by the supplied dynamic operand are within a specified range.
 

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

Classes in org.modeshape.jcr.query.qom that implement Between
 class JcrBetween
          Implementation of the 'between' constraint for the Graph API and that is an extension to JCR Query Object Model.
 

Methods in org.modeshape.jcr.query.qom that return Between
 Between JcrQueryObjectModelFactory.between(DynamicOperand operand, StaticOperand lowerBound, StaticOperand upperBound, boolean includeLowerBound, boolean includeUpperBound)
          Tests that the value (or values) defined by the supplied dynamic operand are within a specified range.
 



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