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

194 B

FoxxRepository#byExample(example)

Returns an array of models for the given ID.

@EXAMPLES

var myModel = repository.byExample({ amazing: true });
myModel[0].get('name');