Class UnknownDeclaration
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
- All Implemented Interfaces:
JPQLQueryDeclaration
This
Declaration
represents an unknown (invalid/incomplete) declaration.- Since:
- 2.5
- Version:
- 2.5
-
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
-
Method Summary
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
getBaseExpression, getDeclarationExpression, getIdentificationVariable, getJoins, getRootPath, getVariableName, hasJoins, toString
-
Constructor Details
-
UnknownDeclaration
public UnknownDeclaration()Creates a newUnknownDeclaration
.
-
-
Method Details
-
getType
Description copied from interface:JPQLQueryDeclaration
Determines the type this declaration represents.- Returns:
- One of the possible types
-