You can implement your own collectiontype and specify it in the > mappings with attribute collection-type. > Thanks. Got it. It should do the job.
> > There is also a option to use dynamic code generators like Castle or > other to dynamically implement on property changed. > See > > http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/ > or > > http://ayende.com/Blog/archive/2009/08/07/nhibernate-amp-inotifypropertychanged.aspx > > Well. Using dynamic CodeGen would work, but then I must have a factory to create new objects in order to have consistent behavior for plain CLR objects and the ones generated by Proxy. -- 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.
