Jakarta Persistence (JPA) Method
Expression<Double> sumAsDouble(
Expression<Float> x
)
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
- Parameters:
x- expression representing input value to sum operation
- Returns:
- sum expression.
- Since:
- Jakarta Persistence (JPA) 1.0