Patch Object
The framework supports incremental updates on numeric fields using special suffixes in the patch object.
Suffix Mapping
For example, to increase a user's score by a certain amount without first reading the original value, you can use a field like scoreAe
(short for Add/Extend).
Annotation Mapping
Use @Clause
to define a custom condition:
Last updated
Was this helpful?