CriteriaBuilder.In<T> in(
Expression<?extendsT> expression
)
Create predicate to test whether given expression is contained in a list of values.
- Parameters:
expression
- to be tested against list of values
- Return:
- in predicate
- Since:
- JPA 2.0