public class UnknownDeclaration extends Declaration
Declaration
represents an unknown (invalid/incomplete) declaration.JPQLQueryDeclaration.Type
baseExpression, declarationExpression, identificationVariable, rootPath
Constructor and Description |
---|
UnknownDeclaration()
Creates a new
UnknownDeclaration . |
Modifier and Type | Method and Description |
---|---|
JPQLQueryDeclaration.Type |
getType()
Determines the type this declaration represents.
|
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getJoins, getRootPath, getVariableName, hasJoins, toString
public JPQLQueryDeclaration.Type getType()