Package | Description |
---|---|
net.ymate.platform.persistence.mongodb | |
net.ymate.platform.persistence.mongodb.impl | |
net.ymate.platform.persistence.mongodb.support |
Modifier and Type | Method and Description |
---|---|
<T extends IEntity,RESULT> |
IMongoSession.aggregate(Class<T> entity,
Class<RESULT> resultClass,
Aggregation... aggregations)
聚合
|
Modifier and Type | Method and Description |
---|---|
<T extends IEntity,RESULT> |
DefaultMongoSession.aggregate(Class<T> entity,
Class<RESULT> resultClass,
Aggregation... aggregations) |
Modifier and Type | Method and Description |
---|---|
static Aggregation |
Aggregation.create() |
Aggregation |
Aggregation.group(Bson expression) |
Aggregation |
Aggregation.group(Operator id,
Query... queries) |
Aggregation |
Aggregation.limit(int n) |
Aggregation |
Aggregation.match(Bson match) |
Aggregation |
Aggregation.out(String targetCollection) |
Aggregation |
Aggregation.project(Bson project) |
Aggregation |
Aggregation.redact(Bson expression) |
Aggregation |
Aggregation.skip(int n) |
Aggregation |
Aggregation.sort(OrderBy orderBy) |
Aggregation |
Aggregation.unwind(String field) |
Copyright © 2022. All rights reserved.