Jakarta Persistence (JPA) Method
Expression<N> max(
Expression<N> x
)
Create an aggregate expression applying the numerical max operation.
- Parameters:
x- expression representing input value to max operation
- Returns:
- max expression.
- Since:
- Jakarta Persistence (JPA) 1.0