Class CollectionDeclaration
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
- All Implemented Interfaces:
JPQLQueryDeclaration
This
CollectionDeclaration represents a collection member declaration that was
declared in the FROM clause of a SELECT top-level query
or subquery.- Since:
- 2.5
- Version:
- 2.5
- See Also:
-
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.Declaration
baseExpression, declarationExpression, identificationVariable, rootPath -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getJoins, getRootPath, getVariableName, hasJoins, toString
-
Constructor Details
-
CollectionDeclaration
public CollectionDeclaration()Creates a newCollectionDeclaration.
-
-
Method Details
-
getType
Description copied from interface:JPQLQueryDeclarationDetermines the type this declaration represents.- Returns:
- One of the possible types
-