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