public class RangeDeclaration extends AbstractRangeDeclaration
RangeDeclaration
represents an identification variable declaration that was
declared in the FROM
clause of a SELECT
top-level query
or subquery.IdentificationVariableDeclaration
JPQLQueryDeclaration.Type
joins
baseExpression, declarationExpression, identificationVariable, rootPath
Constructor and Description |
---|
RangeDeclaration()
Creates a new
RangeDeclaration . |
Modifier and Type | Method and Description |
---|---|
JPQLQueryDeclaration.Type |
getType()
Determines the type this declaration represents.
|
addJoin, getJoins, hasJoins
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getRootPath, getVariableName, toString
public JPQLQueryDeclaration.Type getType()