public class SubqueryDeclaration extends Declaration
Declaration
uses a subquery as the "root" object.JPQLQueryDeclaration.Type
baseExpression, declarationExpression, identificationVariable, rootPath
Constructor and Description |
---|
SubqueryDeclaration()
Creates a new
SubqueryDeclaration . |
Modifier and Type | Method and Description |
---|---|
JPQLQueryDeclaration.Type |
getType()
Determines the type this declaration represents.
|
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getJoins, getRootPath, getVariableName, hasJoins, toString
public SubqueryDeclaration()
SubqueryDeclaration
.public JPQLQueryDeclaration.Type getType()