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