I am building a query using JPA Criteria API. When I created two restriction predicates using javax.persistence.criteria.Path#in(Collection>) method the
javax.persistence.criteria.Path#in(Collection>)