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

Difference between revisions of "Talk:EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/OneToMany"

(New page: 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 d...)
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
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)).
 
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)).
 
:[[User:James.sutherland.oracle.com|James.sutherland.oracle.com]] 14:38, 23 June 2010 (UTC)
 
:[[User:James.sutherland.oracle.com|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.<br/>--[[User:Rick.sapir.oracle.com|Rick]] 11:51, 24 June 2010 (UTC)
 +
 +
___
 +
 +
-- [[User:ben.gelernter.oracle.com|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.''

Latest revision as of 10:33, 5 May 2011

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.

Back to the top