Expression<N> min(
Expression<N> x
)
Create an aggregate expression applying the numerical min operation.
- Parameters:
x
- expression representing input value to min operation
- Return:
- min expression
- Since:
- JPA 2.0
x
- expression representing input value to min operation