Done! (first time I edited a wiki - it's really not that hard :-) ) Is the "AlwaysTrue" name obsolete? The DynamicInsert/Update examples show this, but I was afraid to change it - could not find any examples in the source code.
On Nov 4, 3:11 pm, James Gregory <[email protected]> wrote: > It's not mentioned specifically, but the helpers are: conventions > shortcuts<http://wiki.fluentnhibernate.org/Convention_shortcut>. > Go ahead and add it. > > > > On Wed, Nov 4, 2009 at 7:57 PM, tbushell <[email protected]> wrote: > > > This is what I was looking for: > > > using FluentNHibernate.Conventions.Helpers; > > > ... > > > var autoPersistenceModel = > > AutoMap.AssemblyOf<Product>() > > .Where(t => t.Namespace == > > "Examples.FirstProject.Entities") > > .Conventions.Add(DefaultCascade.All()) > > ; > > > If DefaultCascade is mentioned anywhere in the Wiki docs on > > Conventions, I didn't see it. I found it in the source code. > > > -Tom- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
