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

242 B

FoxxRepository#replaceByExample(example, object)

Find every matching item by example and replace it with the attributes in the provided object.

@EXAMPLES

repository.replaceByExample({ replaceMe: true }, myNewModel);