@Inheritance(strategy=InheritanceType.JOINED) in parent class & @PrimaryKeyJoinColumn subclasses
Q. We need to specify @Inheritance(strategy=InheritanceType.JOINED) in the parent class and @PrimaryKeyJoinColumn annotation in the subclasses.- Published on 15 Jul 15a. True
b. False
ANSWER: True