1
vote
1answer
663 views
Refactoring a Hibernate entity into subclasses
I have a class that is currently mapped as an entity in a database table using Hibernate. This class should be refactored into an abstract class containing some field common to all of its subclasse …
