If i recall correctly from nhibernate documentation, when you add an item to a bag, it won't load (regardless if it is lazy="extra" or not). However if it is a SET then it must ensure the uniquness so it will load the collection. >From this perspective Bag's are more efficient than sets.
On Jun 9, 9:27 pm, Fabio Maulo <[email protected]> wrote: > lazy="extra" -- 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.
