Good to know, to be honest... never bothered me to have a reference to iesi.
2010/6/30 Fabio Maulo <[email protected]> > More than that José, the matter is the interface. > when you write <set> in the mapping NH will expect an implementation of > Iesi.Collections.ISet > > For NH4, perhaps, we can introduce the ASTRONOMIC breaking change giving > support to System.Collections.Generic.ISet<T> instead Iesi and replacing the > Iesi.ISet (no generic) with a System.Collections.Generic.ISet<object> > ..... > and God save the Queen and somebody pray for us. > > On Wed, Jun 30, 2010 at 3:59 PM, José F. Romaniello < > [email protected]> wrote: > >> I am not sure about this but the main problem is that the .Net Framework >> provides HashSet in version 3.5; >> http://msdn.microsoft.com/en-us/library/bb359438.aspx >> >> <http://msdn.microsoft.com/en-us/library/bb359438.aspx>but they didn't >> provide the INTERFACE.... until .net 4: >> http://msdn.microsoft.com/en-us/library/dd412081.aspx >> >> >> When you retrieve an instance of your object from nhibernate, you don't >> get a HashSet in the field, you get something like a PersistentGenericSet >> (an implementation of the interface that is nh internals). >> >> So, i think is not possible to replace iesi hashedset with hashset so far. >> >> -- >> 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- 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.
