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 <
fabioma...@gmail.com> wrote:
> lazy="extra"