Great! Thanks, Fabio, for resolving the issue we discussed some weeks ago.
Ricardo: an example of the problem now resolved: http://ajlopez.wordpress.com/2011/05/19/nhibernate-3-part-6-one-to-many-with-many-to-one/ (I had never noticed the problem until adding logging; Jason Dentler book mentioned that the BookId and ChapterIndex should be nullable, but as far I remember, he didn't explain why; NHibernate doc also mentioned the nullable requirement, but for me, it was no clear reason for that requirement) Previous workaround: http://ajlopez.wordpress.com/2011/05/28/nhibernate-3-part-7-one-to-many-with-inverse/ Fabio: I'm curious, why the previous behavior was "two pass"? Angel "Java" Lopez http://www.ajlopez.com http://twitter.com/ajlopez On Mon, Jun 20, 2011 at 9:08 AM, Fabio Maulo <[email protected]> wrote: > NHibernate 3.2.0 Beta2 was released today. > There are very good news... just to mention one: unidirectional one-to-many > with not-nullable FK is inserted with one round-trip (just INSERT instead > INSERT+UPDATE). > > Many of others stuff are available in releasenotes.txt (no all, just many). > > Bye. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/nhusers/-/GunIBqHCCN8J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
