Class AbsExpressionFactory

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

  • Constructor Details

    • AbsExpressionFactory

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