Tag: table per class
Hibernate Inheritance: Table Per Class Hierarchy
by  Java4s | 35 Comments
  [ Ask Question ]
Here is the explanation and one example on hibernate table per class hierarchy, consider we have base class named Payment and 2 derived classes like CreditCard, Cheque If we save the derived class object like CreditCard or Cheque then…