1.

We need to specify @Inheritance(strategy=InheritanceType.JOINED) in the parent class and @PrimaryKeyJoinColumn annotation in the subclasses.

A. True
B. False
Answer» B. False


Discussion

No Comment Found