0 votes
in Hibernate by

What is a Single Table Strategy? 

1 Answer

0 votes
by

The Single Table Strategy maps multiple classes that inherit from a single root class to a single table in the database. Each row in the table represents an instance of one of the classes in the hierarchy. 

...