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