JPA Method
in javax.persistence.criteria.CriteriaBuilder

Expression<N> neg(
  Expression<N> x
)


Create an expression that returns the arithmetic negation of its argument.
Parameters:
x - expression
Return:
arithmetic negation
Since:
JPA 2.0