NHibernate - Tries to update entity that does not need to be updated
问题 so I have an entity named Event which contains many Reports (one to many) which contains many sources (many to many). I'm facing a problem that I just cant figure out, when I'm trying to update my event, it will try to update the report because of the cascade (which is fine) and it will try to update the report's sources on the join table because of the cascade (which is fine), but for some reason it also tries to update the Source entity, which it shouldn't update because there is no change