How to prevent NHibernate perform updates on Entities?
In my opinion it should act like fileversion on Windows or VisualStudio file history. In our solution we have Masterdate which must be versioned after every update.So i think it must save a new item with a version +1 on database. I know the mutable property in hbm mapping. Eventually it is the goal to catch the canceled updating entity and create a new insert entity. But i dont find any nhibernateevent or example how this can be work. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
