public Iterator<BasicDBObject> aggregate(String description, List<DBObject> pipeline) {
if (log.isDebugEnabled()) {
log.debug("--"+dbCollection.getName()+"-> "+description+" q="+toString(pipeline));
}
AggregationOutput aggregationOutput = dbCollection.aggregate(pipeline);
return new LoggingIterator(this, aggregationOutput.results().iterator());
}
MongoCollection.java 文件源码
java
阅读 32
收藏 0
点赞 0
评论 0
项目:effektif
作者:
评论列表
文章目录