Jakarta Persistence (JPA) Enum Constant

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:
Jakarta Persistence (JPA) 1.0