Hello
I got a problem with NHibernate. The problem is that whenever I update a bag collection on the parent object. The bag is not updated. The cache contains the data but it is not saved to the database.
I have tried UnitOfWord.Current.Flush() without any result.
Can anyone please help me?