NHibernate Generics Update
The
release (1.0.8) fixes a… strange… design decision that I made, to force the
field type (and not the field value) to implement a specific interface.
Now
you can define your fields as ICollection<T> and it will work as long as
the value is EntitySet / EntityList / EntityDictionary etc.
Comments
Comment preview