Package | Description |
---|---|
org.modeshape.jcr.api.query.qom | |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Between
A constraint that evaluates to true when the value defined by the dynamic operand evaluates to be within the specified range.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.