Updaing NHibernate.Generics

time to read 1 min | 130 words

I've released an update to NHibernate.Generics, the library that allows you to use strongly typed collection with NHibernate. You can download it here.

The new stuff:

  • Supporting lazy loading for classes as well as collections - previous version loaded classes too early.
  • A couple of new overloads for the constructors, so you can use it easily even if you don't have any action to do on add/remove or change/clear.
  • Added a few more tests.

I'm also thinking about adding support for IBindingList, anyone interested in helping?