java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
All Implemented Interfaces:
Comparable<ExpressionFactory>

public final class SumFunctionFactory extends ExpressionFactory
This SumFunctionFactory creates a new SumFunction when the portion of the query to parse starts with SUM.
Since:
2.3
Version:
2.4
See Also:
  • Field Details

  • Constructor Details

    • SumFunctionFactory

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