| 程序包 | 说明 |
|---|---|
| tk.mybatis.mapper.additional.aggregation |
| 限定符和类型 | 方法和说明 |
|---|---|
AggregateType |
AggregateCondition.getAggregateType() |
static AggregateType |
AggregateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AggregateType[] |
AggregateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
AggregateCondition |
AggregateCondition.aggregateType(AggregateType aggregateType) |
| 构造器和说明 |
|---|
AggregateCondition(String aggregateProperty,
AggregateType aggregateType)
按指定聚合方法查询,不分组
|
AggregateCondition(String aggregateProperty,
AggregateType aggregateType,
String[] groupByProperties) |
Copyright © 2018. All Rights Reserved.