Jakarta Persistence (JPA) Method
Expression<N> floor(
Expression<N> x
)
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
- Parameters:
x- expression
- Returns:
- floor.
- Since:
- Jakarta Persistence (JPA) 1.0