public static class Aggregation.Aggregate extends Object implements Serializable
| 构造器和说明 |
|---|
Aggregate() |
Aggregate(AggregateType type,
String property) |
Aggregate(AggregateType type,
String property,
String asProperty) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,S> Aggregation.Aggregate |
aggregate(AggregateType type,
LambdaFunction<T,Object> property,
LambdaFunction<S,Object> asProperty) |
<T> Aggregation.Aggregate |
aggregate(AggregateType type,
LambdaFunction<T,Object> property,
String asProperty) |
AggregateType |
getAggregateType() |
String |
getAsProperty() |
String |
getProperty() |
void |
setAggregateType(AggregateType aggregateType) |
void |
setAsProperty(String asProperty) |
void |
setProperty(String property) |
public Aggregate(AggregateType type, String property, String asProperty)
public Aggregate(AggregateType type, String property)
public Aggregate()
public <T> Aggregation.Aggregate aggregate(AggregateType type, LambdaFunction<T,Object> property, String asProperty)
public <T,S> Aggregation.Aggregate aggregate(AggregateType type, LambdaFunction<T,Object> property, LambdaFunction<S,Object> asProperty)
public AggregateType getAggregateType()
public String getProperty()
public void setProperty(String property)
public void setAggregateType(AggregateType aggregateType)
public String getAsProperty()
public void setAsProperty(String asProperty)
Copyright © 2020. All rights reserved.