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
This MaxFunctionFactory creates a new MaxFunction when the portion of the query to parse starts with MAX.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • MaxFunctionFactory

      public MaxFunctionFactory()
      Creates a new MaxFunctionFactory.
  • Method Details