Multiple choice technology web technology

Does hibernate allow mixing table-per-class hierarchy and table-per-subclass strategies?

  1. Yes

  2. No

  3. Can't say

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Hibernate does NOT allow mixing different inheritance mapping strategies within the same entity hierarchy. You must choose one strategy (table-per-class, table-per-subclass, or joined) for the entire inheritance tree.