1. Overview
Relational databases don’t have a straightforward way to map class hierarchies onto database tables.
To address this, the JPA specification provides several strategies:
MappedSuperclass – the parent classes, can’t be entitiesSingle Table …