Multiple choice technology programming languages

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 table-per-class hierarchy and table-per-subclass strategies within the same inheritance hierarchy. You must choose one inheritance mapping strategy per hierarchy for consistency and to avoid mapping conflicts.