JPA Enum Constant
in jakarta.persistence.InheritanceType

TABLE_PER_CLASS


A table for each concrete entity class.

Each concrete class in the hierarchy has its own table, and each entity instance is stored as a single table row.

No discriminator column is necessary.

Since:
JPA 1.0