Jakarta Persistence (JPA) Method
Predicate in(
Collection<?> values
)
Create a predicate to test whether the expression is a member of the collection.
- Parameters:
values- collection of values to be tested against
- Returns:
- predicate testing for membership.
- Since:
- Jakarta Persistence (JPA) 1.0