Tag: hibernate table Per Concrete Class Hierarchy
Hibernate Inheritance: Table Per Concrete Class Hierarchy
by  Java4s | 44 Comments
  [ Ask Question ]
Something like previous example but the changes are at mapping file only, and one more thing is.. x number of derived classes = x number of tables in the database Once we save the derived class object, then derived…