Uses of Interface
jakarta.persistence.criteria.CriteriaBuilder.In
-
Uses of CriteriaBuilder.In in jakarta.persistence.criteria
Modifier and TypeMethodDescription<T> CriteriaBuilder.In<T>
CriteriaBuilder.in
(Expression<? extends T> expression) Create predicate to test whether given expression is contained in a list of values.CriteriaBuilder.In.value
(Expression<? extends T> value) Add to list of values to be tested against.Add to list of values to be tested against.