I have a class User, that has a property Event, which has many Sessions. Basically, a user register to an event which have many sessions hours.
The user can register for an event, but the sessions hours are purely informative.
But when I write a user to the database with NH, it updates the sessions hours too. How can I prevent that, knowing that I still need the sessions hours to be inserted/updated when I create/update an event.