Uses of Interface
org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Packages that use JPQLQueryDeclaration Package Description org.eclipse.persistence.jpa.jpql 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.jpql
Methods in org.eclipse.persistence.jpa.jpql that return JPQLQueryDeclaration Modifier and Type Method Description protected JPQLQueryDeclarationAbstractEclipseLinkSemanticValidator. getDeclaration(String variableName)Methods in org.eclipse.persistence.jpa.jpql that return types with arguments of type JPQLQueryDeclaration Modifier and Type Method Description List<JPQLQueryDeclaration>SemanticValidatorHelper. 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 JPQLQueryDeclaration Modifier and Type Method Description protected 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 JPQLQueryDeclaration Modifier and Type Method Description protected 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)
-