Inheritance

Persistent classes can, directly or indirectly, extend other persistent classes. Such relationships exist, for example, between Person and Customer . The class Customer extends class Person by introducing other persistent fields (see also the inheritance examples in directory /samples/inheritance ).

Each Class in a separate Table
Relationships between Tables
All Classes in one Table
Redundant Fields
Inheritance Provider