Expression<N> ceiling(
Expression<N> x
)
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
- Parameters:
x- expression
- Return:
- ceiling
- Since:
- JPA 2.0