Class AvgFunctionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class AvgFunctionFactory extends ExpressionFactory
ThisAvgFunctionFactorycreates a newAvgFunctionwhen the portion of the query to parse starts with AVG.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
AvgFunction
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe unique identifier of thisAvgFunctionFactory.
-
Constructor Summary
Constructors Constructor Description AvgFunctionFactory()Creates a newAvgFunctionFactory.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
The unique identifier of thisAvgFunctionFactory.- See Also:
- Constant Field Values
-
-