JPA Enum Constant
in jakarta.persistence.InheritanceType

SINGLE_TABLE


A single table for each entity class hierarchy.

Subclasses are stored together with the root class, and each entity instance is stored as a single table row.

The concrete subclass represented by a row is determined by the value held by a plain.

Since:
JPA 1.0