Inheritance Tab


This table lists the fields available in the Persistence Properties view for each entity type.

Property Description Default
Strategy Specify the strategy to use when mapping a class or class hierarchy:
  • 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.

Single table

 

Related task

Specifying Entity Inheritance
Creating a New Persistent Entity
Adding Persistence to a Class

 

Related reference

Persistence Properties View (for Entities)