JPA Methodin javax.persistence.criteria.CriteriaBuilderExpression<N> neg( Expression<N> x) Create an expression that returns the arithmetic negation of its argument. Parameters:x - expressionReturn: arithmetic negationSince:JPA 2.0