public interface AggregateFunction<PROPERTY> extends PropertyMetamodel<PROPERTY>
| Modifier and Type | Interface and Description |
|---|---|
static class |
AggregateFunction.AbstractFunction<PROPERTY> |
static class |
AggregateFunction.Asterisk |
static class |
AggregateFunction.Avg<PROPERTY> |
static class |
AggregateFunction.AvgAsDouble |
static class |
AggregateFunction.Count |
static class |
AggregateFunction.Max<PROPERTY> |
static class |
AggregateFunction.Min<PROPERTY> |
static class |
AggregateFunction.Sum<PROPERTY> |
static interface |
AggregateFunction.Visitor |
| Modifier and Type | Field and Description |
|---|---|
static AggregateFunction.Asterisk |
Asterisk |
| Modifier and Type | Method and Description |
|---|---|
PropertyMetamodel<?> |
argument() |
accept, asClass, asType, getNamestatic final AggregateFunction.Asterisk Asterisk
PropertyMetamodel<?> argument()