JPA Implementation Patterns: Mapping Inheritance Hierarchies: "This week I will dwell on the choices offered when mapping inheritance hierarchies in JPA. JPA provides three ways to map Java inheritance hierarchies to database tables:
InheritanceType.SINGLE_TABLE - The whole inheritance hierarchy is mapped to one table.
James Sugrue"
(Via Javalobby Front Page.)
No comments:
Post a Comment