Re: Saving associated objects

2004-12-08 Thread Thomas Fischer
Hi, Saravana Krishnan <[EMAIL PROTECTED]> schrieb am 08.12.2004 17:33:13: > Hi, > ... > My other doubt is, if it's a 1:1 relation between 2 tables, why not > simply merge them? What's the point in having 2 tables with 1:1 > relations. > > Isn't having 2 1:1 related tables like having one tabl

RE: Saving associated objects

2004-12-08 Thread Thomas Fischer
Hi Daniel, I am not sure if I understand the question. Let me pose the question in my own words: You have a 1:n relation. If you save an object on the "1" side, the related objects on the "n" side get saved. If you are on the "n" side, why is the "1" side not saved ? The "1" side is the side