Uses of Annotation Type
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
    @interface 
    Specify a property to be an AVG aggregation.
    @interface 
    Specify a property to be an MAX aggregation.
    @interface 
    Specify a property to be an MIN aggregation.
    @interface 
    Specify a property to be an SUM aggregation.