Hi,

I'm having the following problem, I have to track all inserts and
deletes in tables created by the own NHibernate(many to many
relationships),
now I have a Interceptor to track the rest of the system, but still
does not fall into many to many tables... I tried to use to override
the methods:
OnCollectionUpdate
OnCollectionRemove
OnCollectionRecreate
PreFlush
PostFlush

But could not a way to track these tables
I need to do somethig with reflection to try get this relationships,
could someone help me?

Reply via email to