Tag: example on hibernate table per subclass
Hibernate Inheritance: Table Per subClass Hierarchy
by  Java4s | 27 Comments
  [ Ask Question ]
This is also just like previous example, but some changes are there, in table per class hierarchy all the data was saved in a single table but here, x number of classes = x number of tables in the…