Uses of Interface
jakarta.persistence.criteria.CriteriaBuilder.Coalesce
Packages that use CriteriaBuilder.Coalesce
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 expressions in the SQM tree.
-
Uses of CriteriaBuilder.Coalesce in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return CriteriaBuilder.CoalesceModifier and TypeMethodDescription<T> CriteriaBuilder.Coalesce<T>CriteriaBuilder.coalesce()Create a coalesce expression.CriteriaBuilder.Coalesce.value(Expression<? extends T> value) Add an argument to the coalesce expression.Add an argument to the coalesce expression. -
Uses of CriteriaBuilder.Coalesce in org.hibernate.query.criteria
Subinterfaces of CriteriaBuilder.Coalesce in org.hibernate.query.criteria -
Uses of CriteriaBuilder.Coalesce in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement CriteriaBuilder.Coalesce