JOINED
A table for each abstract or concrete entity class, with only the columns mapped to persistent fields and properties declared by the entity class.
Each class in the hierarchy has its own table, but that table does not contain columns mapped to inherited fields or properties, and so the state of an entity instance might be stored across multiple table rows. A join is used to retrieve the state of such entities.
- Since:
- JPA 1.0