NHibernate & Generics

time to read 1 min | 79 words

Work had started on NHibernate to provide generic collections & nullable support!

This is very good news, although you can get them of what you want with my NHibernate.Generics, it will be great to have native support for that. The question is whatever those will be "smart" collections, like in NHibernate.Generics (which let you register a delegate to run on add / remove) that keeps the relationship between the classes simple, or the plain .Net collections.