Class KeywordExpressionFactory

  • All Implemented Interfaces:
    java.lang.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.

    Since:
    2.3
    Version:
    2.5
    Author:
    Pascal Filion
    See Also:
    KeywordExpression
    • Constructor Detail

      • KeywordExpressionFactory

        public KeywordExpressionFactory()
        Creates a new KeywordExpressionFactory.