https://thoughts-on-java.org/complete-guide-inheritance-strategies-jpa-hibernate/
Complete Guide: Inheritance strategies with JPA and Hibernate
Hibernate and JPA support 4 inheritance strategies which map the entities to different table models. But which one is the best for your use case?
thoughts-on-java.org
https://www.logicbig.com/tutorials/java-ee-tutorial/jpa/mapped-super-class.html
JPA + Hibernate - Mapped Superclasses
A mapped superclass provides persistent entity state and mapping information but is not itself an entity. A mapped superclass, unlike an entity, does not allow querying, persisting, or relationships to the superclass. @MappedSuperclass annotation is used t
www.logicbig.com