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

public final class AndExpressionFactory extends ExpressionFactory
This AndExpression creates a new AdditionExpression when the portion of the query to parse starts with AND.
Since:
2.3
Version:
2.4
See Also:
  • Field Details

  • Constructor Details

    • AndExpressionFactory

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