Home »
MCQs »
JPA MCQs
A superclass is defined as an object without a matching database table in ____ Inheritance, and its attributes and mappings are inherited by its subclasses
40. A superclass is defined as an object without a matching database table in ____ Inheritance, and its attributes and mappings are inherited by its subclasses.
- Table per class strategy
- Joined table strategy
- Single table strategy
- Mapped Superclass
Answer: D) Mapped Superclass
Explanation:
A superclass is defined as an object without a matching database table in Mapped Superclass Inheritance, and its attributes and mappings are inherited by its subclasses.