JPA Inheritance: Strategies and Best Practices
In Java Persistence API (JPA), object inheritance can be mapped to a relational database using three different strategies: the single table strategy, the joined table strategy, and the table per class strategy. In this article, we’ll explore how to u...
May 16, 20234 min read403



