I have a class that is currently displayed as an object in a database table using Hibernate. This class should be reorganized into an abstract class containing a field common to all its subclasses.
I use annotations to map entity / relationship merge classes.
I would like suggestions / options on how to do this refactoring.
In addition, some recommendations for moving data that is stored in a database (for the future abstract superclass) to one of the specific subclasses.
java database hibernate refactoring
Mattias holmqvist
source share