From: Richard Brown (Google)Sent: Sunday, August 09, 2009 1:02 PMSubject: Re: [nhibernate-development] Re: NH1914, and Assigned Identifiers ...OK, load the entity from the DB, and emit a log warning to indicate that the user should consider using Save/Update directly instead.Sounds like a good idea to me.From: Ayende RahienSent: Sunday, August 09, 2009 1:00 PMSubject: [nhibernate-development] Re: NH1914, and Assigned Identifiers ...
Log warning, you want to make this an explicitly supported scenario, no?
Take into account that NH Prof will show warning from NH, and even if the user isn't using NH Prof, the recommended log setting will show that to the user.
...