| 程序包 | 说明 |
|---|---|
| com.xphsc.easyjdbc.core.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
<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) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Example |
Example.selectPropertys(Aggregation aggregation,
LambdaFunction<T,Object>... propertys)
select aggregation query attributes Propertys
|
Example |
Example.selectPropertys(Aggregation aggregation,
String... propertys)
select aggregation query attributes Propertys
|
protected T |
AbstractExample.selectPropertys(Aggregation aggregation,
String... propertys) |
Copyright © 2020. All rights reserved.