Class IdentificationVariableDeclarationFactory

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

public final class IdentificationVariableDeclarationFactory extends ExpressionFactory
This IdentificationVariableDeclarationFactory handles parsing the JPQL fragment within the FROM clause.
Since:
2.3
Version:
2.4
See Also: