Is there a comprehensive list of the NHibernate event listeners and when they actually fire?
Posted
by snicker
on Stack Overflow
See other posts from Stack Overflow
or by snicker
Published on 2010-06-10T22:27:01Z
Indexed on
2010/06/10
22:33 UTC
Read the original article
Hit count: 209
So I am looking for a nice list of NHibernate events that actually describes when they are fired, in a typical scenario. IE something like
PreUpdateEventListener - Fires when an object that is already persistent is changing
I currently just rifle through the source and try to figure it out, but it's kinda painful, and I figure that someone must have done this already at some point.
© Stack Overflow or respective owner