JPA Methodin javax.persistence.criteria.CriteriaBuilderExpression<N> prod( Expression<?extendsN> x, N y) Create an expression that returns the product of its arguments. Parameters:x - expressiony - valueReturn: productSince:JPA 2.0