|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |