| 程序包 | 说明 |
|---|---|
| com.xphsc.easyjdbc.core.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
AggregateType |
Aggregation.Aggregate.getAggregateType() |
static AggregateType |
AggregateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AggregateType[] |
AggregateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T,S> Aggregation.Aggregate |
Aggregation.Aggregate.aggregate(AggregateType type,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T> Aggregation.Aggregate |
Aggregation.Aggregate.aggregate(AggregateType type,
LambdaFunction<T,Object> property,
String asProperty) |
<T,S> Aggregation |
Aggregation.aggregation(AggregateType aggregateType,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T> Aggregation |
Aggregation.aggregation(AggregateType aggregateType,
LambdaFunction<T,Object> property,
String asProperty) |
void |
Aggregation.Aggregate.setAggregateType(AggregateType aggregateType) |
| 构造器和说明 |
|---|
Aggregate(AggregateType type,
String property) |
Aggregate(AggregateType type,
String property,
String asProperty) |
Aggregation(AggregateType aggregateType,
String property,
String asProperty) |
Copyright © 2020. All rights reserved.