History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: EJB-4
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Sascha-Matthias Kulawik
Reporter: Sascha-Matthias Kulawik
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
EJB Cartridge

one2one CMRs should be modelled though aggregation

Created: 10/Sep/04 10:54 AM   Updated: 14/Sep/04 08:38 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description   
one2one associations should not be generated until it is an aggregation or composition.
If it is, on the first side target-column-map has to be used, on the other side column-map.

 All   Comments   Change History      Sort Order:
Fixed. Right now you can use a composition or aggregation to model a one2one relationship with entity beans.
The aggregate-opposite will get the foreign key.