Class SelectStatementFactory

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

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

  • Constructor Details

    • SelectStatementFactory

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