Uses of Class
org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
Packages that use BaseDeclarationIdentificationVariableFinder 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 BaseDeclarationIdentificationVariableFinder in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as BaseDeclarationIdentificationVariableFinder Modifier and Type Field Description protected BaseDeclarationIdentificationVariableFinderAbstractSemanticValidator. virtualIdentificationVariableFinderThis finder is responsible to retrieve the virtual identification variable from the UPDATE range declaration since it is optional.Methods in org.eclipse.persistence.jpa.jpql that return BaseDeclarationIdentificationVariableFinder Modifier and Type Method Description protected BaseDeclarationIdentificationVariableFinderAbstractSemanticValidator. getVirtualIdentificationVariableFinder()Returns the visitor that can find theIdentificationVariableof theRangeVariableDeclaration.
-