Mapping of table ways - Hibernate
Q. In case of Table per Concrete class, there will be three tables in the database having no relations to each other. Which are the ways to map the table?- Published on 15 Jul 15a. By union-subclass element
b. By self-creating the table for each class
c. Both A & B
d. None of the above
ANSWER: Both A & B