Hi all, I have been using set and bag in my application. I have the basic knowledge of bag (allow duplicated items) and set (not allow duplicated items and unordered). Someone<https://forum.hibernate.org/viewtopic.php?p=2390190> said the bag is inefficient.
However, I don't really know which one I should really implement. I have a feeling use bag with IList will be easy and it does not require to add the Iesi. Can anyone provide some of your thoughts? Regards, Daoming -- 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.
