2008/10/17 Craig <[EMAIL PROTECTED]> > > I take advantage of NHibernate filters for lots of stuff, but I was > suprised to see that the IFlushEntityEventListener.OnFlushEntity is > always called for every entity in the session regardless of whether it > is dirty or not. Is this by design? If so, why? >
I'm going to try to interpreter your questions literally. It is by design. Because the implementor of IFlushEntityEventListener is responsible to check if an entity instance need to be flushed when a session.Flush() is required. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
