Package io.ebean.annotation
Annotation Type Avg
-
@Retention(RUNTIME) @Target(FIELD) public @interface Avg
Specify a property to be an AVG aggregation.@Avgis short hand for@Aggregation("avg(...propertyName...)")Example:
{@code
@Retention(RUNTIME) @Target(FIELD) public @interface Avg
@Avg is short hand for @Aggregation("avg(...propertyName...)")
{@code