1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_repository_replace...

14 lines
242 B
Markdown

`FoxxRepository#replaceByExample(example, object)`
Find every matching item by example and replace it with the attributes in
the provided object.
@EXAMPLES
```javascript
repository.replaceByExample({ replaceMe: true }, myNewModel);
```