Class ArithmeticExpressionFactory

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

public final class ArithmeticExpressionFactory extends ExpressionFactory
This ExpressionFactory creates a new expression when the portion of the query to parse starts with an arithmetic identifier. It is possible the expression to parse is also a NumericLiteral or an ArithmeticFactor.
Version:
2.4
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • ArithmeticExpressionFactory

      public ArithmeticExpressionFactory()
      Creates a new AbstractArithmeticExpressionFactory.
  • Method Details