1)You can use DI for any/all classes used by NHibernate. http://fabiomaulo.blogspot.com/2009/05/nhibernate-ioc-integration.html
<http://fabiomaulo.blogspot.com/2009/05/nhibernate-ioc-integration.html>2) do you want test NHibernate internals ? On Sat, Oct 16, 2010 at 11:49 AM, ben <[email protected]> wrote: > Hi, > > I have two questions. > > 1) Does NH provide any means of passing dependencies into an Event > Listener constructor or should I use "poor mans" DI and resolve the > dependencies manually within the listener? > > 2) What's the best way to test the lazy loading property feature in NH > 3. I would like to verify that the lazy property is not returned. > > Thanks > Ben > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- 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.
