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