I want to implement NHibernate on my domain objects in my project, but I'm not sure how I should go about generating the mapping file, and the database.
I've found some questions that kind of touch on this here and here, but I'm starting with my classes already defined, and would like to start from them and work my way down, not the other way around.
Is there any way to do this?
I'm perfectly fine with a multi-stage process, I just want to know what other people have done that was successful for them.
FYI, I want to deploy the database on SQL Server 2005.