On Wed, 29 Jan 2003 00:57:42 -0500, "Viktor Szathmary"
<[EMAIL PROTECTED]> said:
> 
> however, apparently this is less efficient than a regular one-to-many
> was: even upon the first save(..) it generates:
> INSERT INTO Subscription ...
> INSERT INTO Item ...
> DELETE FROM Item ...
> INSERT INTO Item ...
> 
> so, there's an extra delete & insert... what could be the reason?

ok, this is just the good old nanosecond issue again. (btw, when is the
next release coming, that has that fix? :)

however, previously (when the whole thing was mapped as Subscription 1-1
Feed 1-n Item) this resulted in an extra update, not a delete/insert..
why is that?

viktor

-- 
http://fastmail.fm - Or how I learned to stop worrying and
                      love email again


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to