Uses of Class
org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
-
Packages that use BasicRefactoringTool.EntityNameRenamer Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of BasicRefactoringTool.EntityNameRenamer in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return BasicRefactoringTool.EntityNameRenamer Modifier and Type Method Description protected BasicRefactoringTool.EntityNameRenamerBasicRefactoringTool. buildEntityNameRenamer(String oldEntityName, String newEntityName)Creates the visitor that will traverse the representation of the JPQL query and will rename the entity name.
-