Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Packages that use RefactoringDelta Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of RefactoringDelta in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement RefactoringDelta Modifier and Type Class Description classDefaultRefactoringDeltaThe default implementation ofRefactoringDeltawhich contains theTextEditthat were creating during the refactoring of a JPQL query.Methods in org.eclipse.persistence.jpa.jpql.tools that return RefactoringDelta Modifier and Type Method Description RefactoringDeltaBasicRefactoringTool. getDelta()Returns the delta of the changes made to the JPQL query.
-