Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/OneToMany

< Talk:EclipseLink/UserGuide/JPA‎ | Basic JPA Development‎ | Mapping/Relationship Mappings
Revision as of 10:33, 5 May 2011 by Ben.gelernter.oracle.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This should start by explaining what a OneToMany mapping is, and how it is represented in the database. Ideally a picture of the object/model/database schema. It should explain the three different types (using a join table (default), bi-directional using a mappedBy/target foreign key, unidirectional using a JoinColumn (and issues with this)).

James.sutherland.oracle.com 14:38, 23 June 2010 (UTC)
  • Began moving content from old ELUG -- introductory material on 1:1 and 1:M mappings.
    --Rick 11:51, 24 June 2010 (UTC)

___

-- Ben Gelernter 5/03/11

References to ELUG removed. See some version of this page from before 5/03/11 to see what they were. Handle at some future date.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.