Class SumFunctionFactory

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.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • SumFunctionFactory

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