I was using Fluent NHibernate as mapping mechanism for my NHibernate projects. But when it came to NHibernate 3.2, I realized that it has mapping by code built in, and no Fluent Nhibernate releases will be published for NHibernate 3.2.
I encountered a question when I want to set a default value for a entity property, I didn't find the API to do that. Can anybody give some advice?