public class OperatorCriterion extends Object implements NotCriterion
Modifier and Type | Field and Description |
---|---|
String |
operator |
String |
property |
Object |
value |
PLACE_HOLDER
Constructor and Description |
---|
OperatorCriterion(String operator,
String property,
Object val) |
Modifier and Type | Method and Description |
---|---|
void |
collectArgs(ArrayList<String> argsList) |
int |
getArgsCount() |
Criterion |
not() |
void |
toSql(StatementBuilder builder,
PropertyResolver resolver) |
public final String operator
public final String property
public final Object value
public void collectArgs(ArrayList<String> argsList)
collectArgs
in interface Criterion
public void toSql(StatementBuilder builder, PropertyResolver resolver)
public int getArgsCount()
getArgsCount
in interface Criterion
Copyright © 2015. All Rights Reserved.