org.eigengo.scalad.mongo
Search using MongoDB DBObjects.
DBObject
searchAll returns immediately and builds up the results into an Iterable as they are found.
searchAll
Iterable
Implicit conversions from JSON syntax or DSLs bring these methods within reach of most users.
all results from the query.
the first result from the result of the query, or None if nothing found.
None
the only found entry, or None if nothing found.
if more than one result.
Search using MongoDB
DBObjects.searchAllreturns immediately and builds up the results into anIterableas they are found.Implicit conversions from JSON syntax or DSLs bring these methods within reach of most users.