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

public final class NotExpressionFactory extends ExpressionFactory
This NotExpressionFactory creates a new NotExpression when the portion of the query to parse starts with NOT. If the text has another identifier that is negated, then the right expression will be created.
Since:
2.3
Version:
2.4
See Also:
  • Field Details

  • Constructor Details

    • NotExpressionFactory

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