Module org.seasar.doma.core
Class AggregateFunction.AvgAsDouble
java.lang.Object
org.seasar.doma.jdbc.criteria.expression.AggregateFunction.AbstractFunction<Double>
org.seasar.doma.jdbc.criteria.expression.AggregateFunction.AvgAsDouble
- All Implemented Interfaces:
AggregateFunction<Double>,PropertyMetamodel<Double>
- Enclosing interface:
- AggregateFunction<PROPERTY>
public static class AggregateFunction.AvgAsDouble
extends AggregateFunction.AbstractFunction<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.seasar.doma.jdbc.criteria.expression.AggregateFunction
AggregateFunction.AbstractFunction<PROPERTY>, AggregateFunction.Asterisk, AggregateFunction.Avg<PROPERTY>, AggregateFunction.AvgAsDouble, AggregateFunction.Count, AggregateFunction.Max<PROPERTY>, AggregateFunction.Min<PROPERTY>, AggregateFunction.Sum<PROPERTY>, AggregateFunction.Visitor -
Field Summary
Fields inherited from interface org.seasar.doma.jdbc.criteria.expression.AggregateFunction
Asterisk -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(PropertyMetamodel.Visitor visitor) Class<?>asClass()asType()Methods inherited from class org.seasar.doma.jdbc.criteria.expression.AggregateFunction.AbstractFunction
argument, equals, getName, hashCode
-
Constructor Details
-
AvgAsDouble
-
-
Method Details
-
asClass
- Specified by:
asClassin interfacePropertyMetamodel<Double>- Overrides:
asClassin classAggregateFunction.AbstractFunction<Double>
-
asType
- Specified by:
asTypein interfacePropertyMetamodel<Double>- Overrides:
asTypein classAggregateFunction.AbstractFunction<Double>
-
accept
-