Class AggregateFunction.AbstractFunction<PROPERTY>

java.lang.Object
org.seasar.doma.jdbc.criteria.expression.AggregateFunction.AbstractFunction<PROPERTY>
All Implemented Interfaces:
AggregateFunction<PROPERTY>, PropertyMetamodel<PROPERTY>
Direct Known Subclasses:
AggregateFunction.Avg, AggregateFunction.AvgAsDouble, AggregateFunction.Count, AggregateFunction.Max, AggregateFunction.Min, AggregateFunction.Sum
Enclosing interface:
AggregateFunction<PROPERTY>

public abstract static class AggregateFunction.AbstractFunction<PROPERTY> extends Object implements AggregateFunction<PROPERTY>