0 votes
in Hibernate by
Can you say something about the Table Per Class Strategy?

1 Answer

0 votes
by

The Table Per Class Strategy maps classes in an inheritance hierarchy to separate tables in the database. Each class in the hierarchy has its table, and the data for that class is stored in the corresponding table. 

...