public class InCriterion extends Object implements NotCriterion
PLACE_HOLDER
Constructor and Description |
---|
InCriterion(String property,
Collection<Object> args) |
Modifier and Type | Method and Description |
---|---|
void |
collectArgs(ArrayList<String> argsList) |
int |
getArgsCount() |
Criterion |
not() |
void |
toSql(StatementBuilder builder,
PropertyResolver resolver) |
public InCriterion(String property, Collection<Object> args)
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.