Differences between Table per class Table per subclass Table per concreteclass

Table per class vs Table per subclass vs Table per concreteclass To understand better, it is summarized all the differences between three hierarchical models of Hibernate. 1. Table Per Class 2. Table Per Subclass 3. Table Per Concreteclass Introduction notes for the above three models is available at Inheritance (Hierarchical) Mapping Tutorial Table-per-class Table-per-subclass Table-per-concreteclass …

Differences between Table per class Table per subclass Table per concreteclass Read More »