mirror of https://gitee.com/bigwinds/arangodb
457 B
457 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JSF_foxx_repository_byExample
/// FoxxRepository#byExample(example)
///
/// Returns an array of models for the given ID.
///
/// @EXAMPLES
///
/// javascript /// var myModel = repository.byExample({ amazing: true }); /// myModel[0].get('name'); ///
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////