public class CollectionDeclaration extends Declaration
CollectionDeclaration
represents a collection member declaration that was
declared in the FROM
clause of a SELECT
top-level query
or subquery.CollectionMemberDeclaration
JPQLQueryDeclaration.Type
baseExpression, declarationExpression, identificationVariable, rootPath
Constructor and Description |
---|
CollectionDeclaration()
Creates a new
CollectionDeclaration . |
Modifier and Type | Method and Description |
---|---|
JPQLQueryDeclaration.Type |
getType()
Determines the type this declaration represents.
|
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getJoins, getRootPath, getVariableName, hasJoins, toString
public CollectionDeclaration()
CollectionDeclaration
.public JPQLQueryDeclaration.Type getType()