Skip to Main Content
Java Persistence with Hibernate
book

Java Persistence with Hibernate

by Gavin King, Christian Bauer
October 2006
Intermediate to advanced content levelIntermediate to advanced
880 pages
22h 11m
English
Manning Publications
Content preview from Java Persistence with Hibernate

5.1. Mapping class inheritance

A simple strategy for mapping classes to database tables might be "one table for every entity persistent class." This approach sounds simple enough and, indeed, works well until we encounter inheritance.

Inheritance is such a visible structural mismatch between the object-oriented and relational worlds because object-oriented systems model both is a and has a relationships. SQL-based models provide only has a relationships between entities; SQL database management systems don't support type inheritance—and even when it's available, it's usually proprietary or incomplete.

There are four different approaches to representing an inheritance hierarchy:

  • Table per concrete class with implicit polymorphism—Use no explicit ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java Persistence with Hibernate, Second Edition

Java Persistence with Hibernate, Second Edition

Christian Bauer, Gary Gregory
Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs

Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs

Mike Keith, Merrick Schincariol, Massimo Nardone
Beginning Hibernate 6: Java Persistence from Beginner to Pro

Beginning Hibernate 6: Java Persistence from Beginner to Pro

Joseph B. Ottinger, Jeff Linwood, Dave Minter

Publisher Resources

ISBN: 9781932394887Publisher SupportOtherPublisher WebsiteSupplemental ContentPurchase Link