JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
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
Avg
Specify a property to be an AVG aggregation.
@interface
Max
Specify a property to be an MAX aggregation.
@interface
Min
Specify a property to be an MIN aggregation.
@interface
Sum
Specify a property to be an SUM aggregation.