Class CaseExpressionFactory

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

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

  • Constructor Details

    • CaseExpressionFactory

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