Class ConstructorExpressionFactory

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

public final class ConstructorExpressionFactory extends ExpressionFactory
This ConstructorExpressionFactory creates a new ConstructorExpression when the portion of the query to parse starts with NEW.
Version:
2.4
See Also:
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • ConstructorExpressionFactory

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