I am using MVC, NHibernate and Sharp architecture for my project.
Whenever I am saving objects(entities) using SaveOrUpdate
there are child entities which are updated as well. But instead of updating child entities it runs DELETE-INSERT
for all the child entities.
any help.