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