InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an inheritance mapping strategies?(a) Table per hierarchy(b) Table per concrete class(c) Table per subclass(d) Table per classThis question was posed to me in examination.This interesting question is from Hibernate topic in chapter Autoboxing & Miscellaneous of Java |
|
Answer» The CORRECT OPTION is (d) Table PER CLASS |
|