Uses of Class
org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
-
Packages that use BasicRefactoringTool.EnumConstantRenamer Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of BasicRefactoringTool.EnumConstantRenamer in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return BasicRefactoringTool.EnumConstantRenamer Modifier and Type Method Description protected BasicRefactoringTool.EnumConstantRenamerBasicRefactoringTool. buildEnumConstantRenamer(String oldClassName, String newClassName)Creates the visitor that will traverse the representation of the JPQL query and will rename the enum constant.
-