in(expression) - JPA CriteriaBuilder's method
Method javax.persistence.criteria.CriteriaBuilder
In<T> in(
Expression<?> expression
)
Create predicate to test whether given expression is contained in a list of values.
- Parameters:
-
expression
- to be tested against list of values
- Returns:
- in predicate
- Since:
- JPA 2.0