public class ArithmeticRestrictionExpression extends RestrictionExpression
| Constructor and Description |
|---|
ArithmeticRestrictionExpression(ArithmeticRestrictionExpression previousExpression,
String nextLogicalCombiner)
Instantiates a new Arithmetic restriction expression.
|
ArithmeticRestrictionExpression(String propertyName,
Object value,
String operation,
String logicalCombiner)
Instantiates a new Arithmetic restriction expression.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
appendRestrictionExpression(ArithmeticRestrictionExpression restrictionExpression,
StringBuilder queryBuilder)
Append restriction expression.
|
getLogicalCombiner, getOperation, getPropertyName, getValue, setLogicalCombiner, setOperation, setPropertyName, setValuepublic ArithmeticRestrictionExpression(String propertyName, Object value, String operation, String logicalCombiner)
propertyName - the property namevalue - the valueoperation - the operationlogicalCombiner - the logical combinerpublic ArithmeticRestrictionExpression(ArithmeticRestrictionExpression previousExpression, String nextLogicalCombiner)
previousExpression - the previous expressionnextLogicalCombiner - the next logical combinerpublic static void appendRestrictionExpression(ArithmeticRestrictionExpression restrictionExpression, StringBuilder queryBuilder)
restrictionExpression - the restriction expressionqueryBuilder - the query builderCopyright © 2020. All rights reserved.