quot(x, y) - JPA CriteriaBuilder's method
Method javax.persistence.criteria.CriteriaBuilder
Expression<T> quot(
Expression<T> x,
Expression<T> y
)
Create an expression that returns the quotient of its arguments.
- Parameters:
-
x
- expressiony
- expression
- Returns:
- quotient
- Since:
- JPA 2.0