mirror of https://gitee.com/bigwinds/arangodb
14 lines
522 B
Markdown
14 lines
522 B
Markdown
////////////////////////////////////////////////////////////////////////////////
|
|
/// @startDocuBlock JSF_foxx_repository_updateByExample
|
|
/// `FoxxRepository#updateByExample(example, object)`
|
|
///
|
|
/// Find every matching item by example and update it with the attributes in
|
|
/// the provided object.
|
|
///
|
|
/// @EXAMPLES
|
|
///
|
|
/// ```javascript
|
|
/// repository.updateByExample({ findMe: true }, { newAttribute: 'awesome' });
|
|
/// ```
|
|
/// @endDocuBlock
|
|
//////////////////////////////////////////////////////////////////////////////// |