Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Field and Description |
---|---|
protected QueryBuilder.ArithmeticBuilder |
QueryBuilder.ArithmeticBuilder.parent |
Modifier and Type | Method and Description |
---|---|
QueryBuilder.ArithmeticBuilder |
QueryBuilder.ComparisonBuilder.minus()
Create a comparison object based upon the subtraction of the next
DynamicOperand (created using the builder
returned from this method) from the the previously-constructed DynamicOperand to be created with the supplied builder. |
QueryBuilder.ArithmeticBuilder |
QueryBuilder.ComparisonBuilder.plus()
Create a comparison object based upon the addition of the previously-constructed
DynamicOperand and the next
DynamicOperand to be created with the supplied builder. |
Constructor and Description |
---|
QueryBuilder.ArithmeticBuilder(ArithmeticOperator operator,
QueryBuilder.ComparisonBuilder comparisonBuilder,
DynamicOperand left,
QueryBuilder.ArithmeticBuilder parent) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.