JPA Enum Constant
in 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