I need to commit multiple changes at once.
For example I have next code:
I have a tree.
I call Save method for each node but I must commit or rollback changes for WHOLE tree.
Code above doesn't work . It seems , session.commit commits something else- I lose my changes , that I made in...