public record PropertyArithmetic
Represents a property path combined with a scalar arithmetic operand,
e.g. price * 10 in a where-DSL expression.
At query-build time PredicateGenerator resolves this into the
appropriate JPA CriteriaBuilder arithmetic expression
(cb.prod, cb.sum, cb.diff, cb.quot).
| Modifiers | Name | Description |
|---|---|---|
enum |
PropertyArithmetic.Operator |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |