Uses of Interface
org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Packages that use JPQLQueryDeclaration
Package
Description
This package contains the Hermes features (except the parser itself): semantic and grammatical
 validations, content assist support, calculating the query result type or the possible type of
 an input parameter, refactoring tools.
- 
Uses of JPQLQueryDeclaration in org.eclipse.persistence.jpa.jpqlMethods in org.eclipse.persistence.jpa.jpql that return JPQLQueryDeclarationModifier and TypeMethodDescriptionprotected JPQLQueryDeclarationAbstractEclipseLinkSemanticValidator.getDeclaration(String variableName) Methods in org.eclipse.persistence.jpa.jpql that return types with arguments of type JPQLQueryDeclarationModifier and TypeMethodDescriptionSemanticValidatorHelper.getAllDeclarations()Returns the ordered list ofJPQLQueryDeclaration, which contain the information contained in the query'sFROMclause.List<? extends JPQLQueryDeclaration> SemanticValidatorHelper.getDeclarations()Returns the ordered list ofJPQLQueryDeclaration, which contain the information contained in the query'sFROMclause.Methods in org.eclipse.persistence.jpa.jpql with parameters of type JPQLQueryDeclarationModifier and TypeMethodDescriptionprotected voidAbstractSemanticValidator.validateFirstDeclaration(AbstractFromClause expression, JPQLQueryDeclaration declaration, AbstractSemanticValidator.FirstDeclarationVisitor visitor) protected voidAbstractSemanticValidator.validateJoinsIdentificationVariable(AbstractFromClause expression, List<? extends JPQLQueryDeclaration> declarations, JPQLQueryDeclaration declaration, int index) Method parameters in org.eclipse.persistence.jpa.jpql with type arguments of type JPQLQueryDeclarationModifier and TypeMethodDescriptionprotected booleanAbstractSemanticValidator.isIdentificationVariableDeclaredAfter(String variableName, int variableNameIndex, int joinIndex, List<? extends JPQLQueryDeclaration> declarations) protected voidAbstractSemanticValidator.validateJoinsIdentificationVariable(AbstractFromClause expression, List<? extends JPQLQueryDeclaration> declarations, JPQLQueryDeclaration declaration, int index) 
- 
Uses of JPQLQueryDeclaration in org.eclipse.persistence.jpa.jpql.toolsMethods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type JPQLQueryDeclarationModifier and TypeMethodDescriptionGenericSemanticValidatorHelper.getAllDeclarations()GenericSemanticValidatorHelper.getDeclarations()
- 
Uses of JPQLQueryDeclaration in org.eclipse.persistence.jpa.jpql.tools.resolverClasses in org.eclipse.persistence.jpa.jpql.tools.resolver that implement JPQLQueryDeclarationModifier and TypeClassDescriptionclassThe abstract definition of a range declaration, which is used to navigate to a "root" object.classThisCollectionDeclarationrepresents a collection member declaration that was declared in theFROMclause of aSELECTtop-level query or subquery.classThe abstract definition ofJPQLQueryDeclaration.classThisDerivedDeclarationrepresents an identification variable declaration that was declared in theFROMclause of aSELECTsubquery.classThisRangeDeclarationrepresents an identification variable declaration that was declared in theFROMclause of aSELECTtop-level query or subquery.classThisDeclarationuses a subquery as the "root" object.classThisDeclarationuses a database table as the "root" object.classThisDeclarationrepresents an unknown (invalid/incomplete) declaration.