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...
zied-melliti.hashnode.dev4 min read