Home »
MCQs »
JPA MCQs
Which of the following inheritance strategy maps all of an entity's subclasses to the same table in the database?
32. Which of the following inheritance strategy maps all of an entity's subclasses to the same table in the database?
- Table per class strategy
- Joined table strategy
- Single table strategy
Answer: C) Single table strategy
Explanation:
Single table Strategy maps all of an entity's subclasses to the same table in the database.