Application use NHibernate.
I Have object A that contains set of objects B.
I have cascade=”all-delete-orphan” in my config file.
When I do changes in A object, then save, object B is also saving.
How to prevent saving B ? Is it possible to disable cascade for a moment ?
regards
Marcin
Application use NHibernate. I Have object A that contains set of objects B. I
Share
You may consider using IStatlessSession