All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nustaq.kontraktor.services.rlserver.README.MD Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version

Atomic Operations for all Updates Syntax:

```json
{
   "arrayA+": "element2Add",
   "arrayB-": "element2Remove",
   "arrayC?+": "element2AddIfNotExists"
}
```

* `_NULL_` is converted to `null` to workaround issues in null handling of some json encoding libs
* cannot update same attribute within a single record
* TODO: atomic object operations




© 2015 - 2025 Weber Informatics LLC | Privacy Policy