Class EJBQLNot

All Implemented Interfaces:
Serializable, EJBQLExpression, Node

public class EJBQLNot extends AggregateConditionNode
Since:
3.0
See Also:
  • Constructor Details

    • EJBQLNot

      public EJBQLNot(int id)
  • Method Details

    • visitNode

      protected boolean visitNode(EJBQLExpressionVisitor visitor)
      Description copied from class: SimpleNode
      Visits this node without recursion. Default implementation simply returns true. Subclasses override this method to call an appropriate visitor method.
      Overrides:
      visitNode in class SimpleNode
    • getPriority

      public int getPriority()
      Description copied from class: AggregateConditionNode
      Returns priority of conditional operator. This is used to decide whether brackets are needed in resulting SQL
      Specified by:
      getPriority in class AggregateConditionNode