Java Persistence/Inheritance - Wikibooks, open books for an open world - 0 views
-
Inheritance
- ...101 more annotations...
-
Single Table Inheritance
-
table is defined for each class in the inheritance hierarchy to store only the local attributes of that class
-
similar to table per class inheritance, but does not allow querying, persisting, or relationships to the superclass