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