Tag: Inheritance in hibernate
Inheritance Mapping In Hibernate – Introduction
by  Java4s | 25 Comments
  [ Ask Question ]
Compared to JDBC we have one main advantage in hibernate, which is hibernate inheritance. Suppose if we have base and derived classes, now if we save derived(sub) class object, base class object will also be stored into the database….