Class AndExpressionFactory

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.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • AndExpressionFactory

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