ObjectDB ObjectDB

InheritanceType.JOINED - JPA enum constant

Enum Constant
javax.persistence.InheritanceType
JOINED

A strategy in which fields that are specific to a subclass are mapped to a separate table than the fields that are common to the parent class, and a join is performed to instantiate the subclass.
Since:
JPA 1.0