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

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

  • Constructor Details

    • AbsExpressionFactory

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