This table lists the fields available in the Persistence Properties view for each entity type.
Single table – All classes in the hierarchy are mapped to a single table.
Joined – The root of the hierarchy is mapped to a single table; each child maps to its own table.
Table per class – Each class is mapped to a separate table.