0 votes
in Hibernate by
What are the inheritance mapping strategies?

1 Answer

0 votes
by

There are 3 ways of inheritance mapping in hibernate.

  1. Table per hierarchy
  2. Table per concrete class
  3. Table per subclass
...