I've been using NH3 in production systems for about a month now and have had no real issues as long as I profile my repositories. NHLinq can produce some crazy queries at times. I start with linq usually and profile looking for bizarre-o queries and drop down to the new QueryOver criteria syntax (which totally rocks) when I need to.
On Sat, Aug 14, 2010 at 2:05 PM, Richard Brown (gmail) < [email protected]> wrote: > Never tried it myself ... just added a test, and it seems to work. > > NHibernate.Test.Criteria.Lambda.IntegrationFixture.OverrideEagerJoin() > > Who knew?! > > *From:* Fabio Maulo <[email protected]> > *Sent:* Saturday, August 14, 2010 7:16 PM > *To:* [email protected] > *Subject:* Re: [nhusers] NHibernate 3 questions > > On Sat, Aug 14, 2010 at 12:50 PM, Richard Brown (gmail) < > [email protected]> wrote: > >> Can't you force it to 'Lazy' if the mapping says eager? >> > > Never tested but I don't think you can. > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- "The explanation requiring the fewest assumptions is most likely to be correct." - Occam’s Razor http://en.wikipedia.org/wiki/Occam's_Razor -- 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.
