Techniques to Map Subclasses in JPA Using @Inheritance(strategy = JOINED)
Source: Techniques to Map Subclasses in JPA Using @Inheritance(strategy = JOINED)
1. Understanding the Concept of JOINED Inheritance
In Java, inheritance is straightforward: subclasses extend a parent class and automatically get its fields and...
tuanhnet.hashnode.dev5 min read