Class RangeDeclaration
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
- All Implemented Interfaces:
JPQLQueryDeclaration
This
RangeDeclaration
represents an identification variable declaration that was
declared in the FROM
clause of a SELECT
top-level query
or subquery.- Since:
- 2.5
- Version:
- 2.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
JPQLQueryDeclaration.Type
-
Field Summary
Fields inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
joins
Fields inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
baseExpression, declarationExpression, identificationVariable, rootPath
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
addJoin, getJoins, hasJoins
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getRootPath, getVariableName, toString
-
Constructor Details
-
RangeDeclaration
public RangeDeclaration()Creates a newRangeDeclaration
.
-
-
Method Details
-
getType
Description copied from interface:JPQLQueryDeclaration
Determines the type this declaration represents.- Returns:
- One of the possible types
-