Inheritance Type (With Hibernate)
You can read about inheritance type on many sites, but one thing that I’ve always looked for is a graphical example. There are three main types of inheritance: SINGLE_TABLE JOINED TABLE_PER_CLASS All of the following is assuming you are using Hibernate. SINGLE_TABLE The first I shall describe is SINGLE_TABLE. For …