2.2.4. Mapping inheritance

2.2.4. Mapping inheritance

EJB3 supports the three types of inheritance:

The chosen strategy is declared at the class level of the top level entity in the hierarchy using the @Inheritance annotation.

Note

Annotating interfaces is currently not supported.