Hi.
1. Is it possible to use composite-id with unsaved-value option?
2. I'd like to use the method SaveOrUpdate, I think this (using unsaved-value) is the only way, right?
I have read about it in the NHibernate Help, but I just have found this:
Quote:
unsaved-value (optional - defaults to none): Indicates that transient instances should be considered newly instantiated, if set to any.
I didn't understand.
3. This means that every time the NH will generate an Insert SQL when I call SaveOrUpdate?
Thanks!