views:

234

answers:

1

I'm trying to find a resource that shows what default conventions Fluent NHibernate uses with no custom (user) conventions applied.

Thanks!

+1  A: 

http://wiki.fluentnhibernate.org/Conventions http://wiki.fluentnhibernate.org/Converting_to_new_style_conventions

F.Aquino
+1 The second link could do with some formatting :)
MPritch
done! SO meh'ed it :/
F.Aquino
These links define what a convention is, and how to create them. I don't see a list of defaults?
Steve Horn
The table in link 2 seems sufficient to me, try this: http://wiki.fluentnhibernate.org/Available_conventions HTH.
F.Aquino
Then my last idea would be to check the Source Code for conventions itself, http://github.com/jagregory/fluent-nhibernate/tree/master/src/FluentNHibernate/Conventions/
F.Aquino