Package io.ebean.annotation
Annotation Type Aggregation
-
@Retention(RUNTIME) @Target({FIELD,ANNOTATION_TYPE}) public @interface Aggregation
Specify a property to be an aggregation formula.The aggregation formula should be a sum, count, avg, min or max. By default aggregation properties are treated as transient and not included in a query. To populate the aggregation property it must be explicitly included in the select().
Example:
{@code