Uses of Class
org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
-
Packages that use RefactoringTool.VariableNameRenamer Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of RefactoringTool.VariableNameRenamer in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return RefactoringTool.VariableNameRenamer Modifier and Type Method Description protected RefactoringTool.VariableNameRenamerRefactoringTool. buildVariableNameRenamer(String oldVariableName, String newVariableName)Creates the visitor that will traverse theStateObjectrepresentation of the JPQL query and will rename an identification variable.
-