I have searched for automatic mapping generator for nhibernate. So far I have tried following
- NHibernate Mapping Generator
- Devart Entity Developer
- Codesmith generator
From those Nhibernate Mapping Generator is the only one that supports NH style fluent mapping by default. Devart and codesmith provides possibility to write own templates that would do the job. Devart and Codesmith also has "challenges", when you want mappings and entities be located in different assemblies.
I would like to ask, if you guys have any experience from the tools above? Also if you have any other tools you could suggest to me.
I am also interested in integrating those tools into CI environment. Whenever DB changes, I want entities and mapping be generated automatically.