> am i doing something wrong or this is a known limitation? You must be doing something wrong (though I'm not quite sure what). A bidirectional one-to-many association with readonly="true" should require only 1 SQL statement per element.
Are you sure that you aren't (a) flushing the Session between saving the children and adding them to the collections (b) missing the readonly attribute of the collection mapping ------------------------------------------------------- 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
