| Package | Description |
|---|---|
| tk.mybatis.mapper.additional.aggregation |
| Modifier and Type | Method and Description |
|---|---|
AggregateType |
AggregateCondition.getAggregateType() |
static AggregateType |
AggregateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateType[] |
AggregateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateCondition |
AggregateCondition.aggregateType(AggregateType aggregateType) |
| Constructor and Description |
|---|
AggregateCondition(String aggregateProperty,
AggregateType aggregateType)
按指定聚合方法查询,不分组
|
AggregateCondition(String aggregateProperty,
AggregateType aggregateType,
String[] groupByProperties) |
Copyright © 2024. All rights reserved.