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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---