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