coalesce(x, y) - JPA CriteriaBuilder's method
Method javax.persistence.criteria.CriteriaBuilder
Expression<Y> coalesce(
Expression<?> x,
Y y
)
- Parameters:
-
x
- expression -
y
- value
- Returns:
- coalesce expression
- Since:
- JPA 2.0