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
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)

Revision as of 07:51, 24 June 2010

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)

Back to the top