Uses of Interface
jakarta.persistence.criteria.CriteriaBuilder.In
Packages that use CriteriaBuilder.In
Package
Description
Jakarta Persistence Criteria API
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing logical predicates in the SQM tree.
-
Uses of CriteriaBuilder.In in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return CriteriaBuilder.InModifier 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. -
Uses of CriteriaBuilder.In in org.hibernate.query.criteria
Subinterfaces of CriteriaBuilder.In in org.hibernate.query.criteria -
Uses of CriteriaBuilder.In in org.hibernate.query.sqm.tree.predicate
Subinterfaces of CriteriaBuilder.In in org.hibernate.query.sqm.tree.predicateClasses in org.hibernate.query.sqm.tree.predicate that implement CriteriaBuilder.In