Class SimpleSelectStatementFactory

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

public final class SimpleSelectStatementFactory extends ExpressionFactory
This SimpleSelectStatementFactory creates a new SimpleSelectStatement when the portion of the query to parse starts with SELECT.
Since:
2.3
Version:
2.4
See Also: