Click the Exhibit button.
A developer wants to have bookingDate stored in table BOOKING, flightNumber in table
FLIGHTBOOKING, and hotelName in table HOTELBOOKING.
Which code, inserted at Line 11 of class Booking, is appropiate for this strategy?
A.
©Joined
B.
@SingleTable
C.
@TablePerClass
D.
@lnheritance(strategy=JOINED)
E.
@lnheritance(strategy=SINGLE_TABLE)
F.
@lnheritance(strategy=TABLE_PER_CLASS)