`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); ```