Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a comprehensive list of the NHibernate event listeners and when they actually fire?

So I am looking for a nice list of NHibernate events that actually describes when they are fired, in a typical scenario (not just a list). 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.

like image 258
snicker Avatar asked Jun 10 '10 22:06

snicker


1 Answers

Found this one. This is a java site, but anyway NHibertane is a .net copy of Hibernate :)

like image 102
isuruceanu Avatar answered Nov 13 '22 10:11

isuruceanu