12

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

Thanks!

Steve Horn
  • 8,818
  • 11
  • 45
  • 60

1 Answers1

2

Conventions

Converting to new style conventions

Ufuk Hacıoğulları
  • 37,978
  • 12
  • 114
  • 156
Francisco Aquino
  • 9,097
  • 1
  • 31
  • 37
  • 2
    These links define what a convention is, and how to create them. I don't see a list of defaults? – Steve Horn Jan 29 '10 at 16:38
  • The table in link 2 seems sufficient to me, try this: http://wiki.fluentnhibernate.org/Available_conventions HTH. – Francisco Aquino Jan 29 '10 at 16:45
  • 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/ – Francisco Aquino Jan 29 '10 at 16:51