Jakarta Persistence (JPA) Method
Expression<Double> power(
Expression<Number> x,
Expression<Number> y
)
Create an expression that returns the first argument raised to the power of its second argument.
- Parameters:
x- basey- exponent
- Returns:
- the base raised to the power of the exponent.
- Since:
- Jakarta Persistence (JPA) 1.0