Uses of Class
io.ebean.annotation.Aggregation
-
-
Uses of Aggregation in io.ebean.annotation
Classes in io.ebean.annotation with annotations of type Aggregation Modifier and Type Class Description interfaceAvgSpecify a property to be an AVG aggregation.interfaceMaxSpecify a property to be an MAX aggregation.interfaceMinSpecify a property to be an MIN aggregation.interfaceSumSpecify a property to be an SUM aggregation.
-