for reference I'm using version 2.1.2.4000 of Nhibernate.
I've spent pretty much an hour or so reading up the difference between Merge() and SaveOrUpdate() and no explanation attempts to just answer a really simple question??
I know that Merge() will do all the magic to synchronize the detached objects with cached or out of date instances.
BUT, once I've "merged", and I do not intend to change the entity any longer...
Do I have to Still Call SaveOrUpdate?
cheers