Can anybody explain how NHibernate behave in case of:
- Insert
- Update
- Delete
in case if Parent/Child collection with inverss - non inverse , cascadea ll, cascade all delete orphan.
i want to know the rules that follow to execute each case of the above.
Thanks in advance