I believe I have a scenerio in which simply doing an NHibernate get for an entity is subsiquently causing the instance to be dirty and updated upon next commit. Is there a debug/log entry that would help me pinpoint which property is causing this?
Basically, I'm getting an instance by its Identifier, inserting completely unrelated entity (I don't do a single thing with 1st entity after get) and yet after the insert I am seeing an update.
[UPDATE] To be clear, the only thing being updated in this phantom update is the version number[/UPDATE]
|