Uses of Class
org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
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 BaseDeclarationIdentificationVariableFinder in org.eclipse.persistence.jpa.jpql
Modifier and TypeFieldDescriptionAbstractSemanticValidator.virtualIdentificationVariableFinder
This finder is responsible to retrieve the virtual identification variable from the UPDATE range declaration since it is optional.Modifier and TypeMethodDescriptionAbstractSemanticValidator.getVirtualIdentificationVariableFinder()
Returns the visitor that can find theIdentificationVariable
of theRangeVariableDeclaration
.