public static class Query.In extends PropertyCriterion
Criterion used to restrict the results based on a list of values
| Constructor and description |
|---|
In(String name, Collection values) |
In(String name, QueryableCriteria subquery) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getName() |
|
public QueryableCriteria |
getSubquery() |
|
public Collection |
getValues() |