Hi, I've just started trying NHProfiler and when I save my entity I have a warning saying : 'Large number of individual writes'. Well, in reality I only have 6 INSERT. The first one for my Entity and the 5 others correspond to the many-to-one entities stored in a collection property of the first entity.
In my config file I've specified : <property name="adonet.batch_size">16</property> So why nhibernate still makes individual INSERT calls for each of the entities in the collection, as opposed to one call ? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
