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
public class RangeDeclaration extends AbstractRangeDeclaration
ThisRangeDeclaration
represents an identification variable declaration that was declared in theFROM
clause of aSELECT
top-level query or subquery.- Version:
- 2.5
- See Also:
IdentificationVariableDeclaration
- Author:
- Pascal Filion
- Since:
- 2.5
-
-
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
Constructors Constructor Description RangeDeclaration()
Creates a newRangeDeclaration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JPQLQueryDeclaration.Type
getType()
Determines the type this declaration represents.-
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
-
-
-
-
Method Detail
-
getType
public JPQLQueryDeclaration.Type getType()
Determines the type this declaration represents.- Returns:
- One of the possible types
-
-