Jakarta Persistence (JPA) Enum Constant

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 discriminator column.

Since:
Jakarta Persistence (JPA) 1.0