Class TreatExpressionFactory

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

public final class TreatExpressionFactory extends ExpressionFactory
This TreatExpressionFactory creates a new TreatExpression when the portion of the query to parse starts with TREAT.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • TreatExpressionFactory

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