| 程序包 | 说明 |
|---|---|
| cn.minsin.base |
| 限定符和类型 | 方法和说明 |
|---|---|
static GroupType |
GroupType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GroupType[] |
GroupType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<O> O |
BaseRepositoryImpl.aggregation(org.springframework.data.mongodb.core.query.Criteria match,
String key,
String value,
Class<O> output,
GroupType type) |
<O> O |
BaseRepository.aggregation(org.springframework.data.mongodb.core.query.Criteria match,
String key,
String value,
Class<O> output,
GroupType type)
聚合类型
|
protected org.springframework.data.mongodb.core.aggregation.GroupOperation |
BaseRepositoryImpl.groupOperation(String key1,
String key2,
GroupType type) |
Copyright © 2019. All rights reserved.