Class SubqueryDeclaration
java.lang.Object
org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
- All Implemented Interfaces:
- JPQLQueryDeclaration
This 
Declaration uses a subquery as the "root" object.- Since:
- 2.5
- Version:
- 2.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclarationJPQLQueryDeclaration.Type
- 
Field SummaryFields inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationbaseExpression, declarationExpression, identificationVariable, rootPath
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationgetBaseExpression, getDeclarationExpression, getIdentificationVariable, getJoins, getRootPath, getVariableName, hasJoins, toString
- 
Constructor Details- 
SubqueryDeclarationpublic SubqueryDeclaration()Creates a newSubqueryDeclaration.
 
- 
- 
Method Details- 
getTypeDescription copied from interface:JPQLQueryDeclarationDetermines the type this declaration represents.- Returns:
- One of the possible types
 
 
-