Class KeywordExpressionFactory

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

public final class KeywordExpressionFactory extends ExpressionFactory
This KeywordExpressionFactory creates a new KeywordExpression when the portion of the JPQL query to parse is FALSE, TRUE or NULL.

EclipseLink 2.5 added two new identifiers: MINVALUE and MAXVALUE.

Version:
2.5
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • KeywordExpressionFactory

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