SAP NetWeaver Application Server for Java
Inheritance Mapping Strategies in SAP JPA 1.0
In Java it is trivial to have inheritance between classes. With JPA you can map Object Oriented inheritance to relational databases. This article explains the various inheritance mapping strategies supported by JPA with an example.