Class MaxFunctionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class MaxFunctionFactory extends ExpressionFactory
ThisMaxFunctionFactory
creates a newMaxFunction
when the portion of the query to parse starts with MAX.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
MaxFunction
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
The unique identifier of thisMaxFunctionFactory
.
-
Constructor Summary
Constructors Constructor Description MaxFunctionFactory()
Creates a newMaxFunctionFactory
.
-
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 thisMaxFunctionFactory
.- See Also:
- Constant Field Values
-
-