Predicate in(
  Object... values
)
 Create a predicate to test whether the expression is a member of the argument list. 
- Parameters:
 values- values to be tested against
- Return:
 - predicate testing for membership
 
- Since:
 - JPA 2.0
 
values - values to be tested against