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