| Package | Description |
|---|---|
| de.taimos.dao.mongo |
| Modifier and Type | Method and Description |
|---|---|
protected <R> Iterable<R> |
AbstractMongoDAO.mapReduce(String name,
com.mongodb.DBObject query,
com.mongodb.DBObject sort,
Map<String,Object> scope,
MapReduceResultHandler<R> conv)
runs a map-reduce-job on the collection.
|
protected <R> Iterable<R> |
AbstractMongoDAO.mapReduce(String name,
MapReduceResultHandler<R> conv)
runs a map-reduce-job on the collection.
|
Copyright © 2013–2015 Taimos GmbH. All rights reserved.