public record PropertyArithmetic extends java.lang.Record
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.Record |
java.lang.Record#equals(java.lang.Object), java.lang.Record#getClass(), java.lang.Record#hashCode(), java.lang.Record#notify(), java.lang.Record#notifyAll(), java.lang.Record#toString(), java.lang.Record#wait(), java.lang.Record#wait(long), java.lang.Record#wait(long, int) |