Diego,
The lack of code-generation in NHibernate is viewed as an important feature by the majority of its user-base. AFAIK, all the NH code-generation tools out there only get you "templates" to get you started, but using NH requires at least some ability/willingness to tweak mapping files/domain objects at the code level.
If you'd prefer a graphical tool for working with mapping files, I think Ayende Rahien has something (though I don't use it). Still, you'll have to be familiar with the mapping functions and limitations on some level.
If a completely code-generated DAO layer is a part of your project requirements, or just very important for you, there are many tools that will work better for you (LLBLGen, TierDeveloper, etc., etc.). You might want to do a little more research on the tool space, see if something is a better fit for you or your project.
** Disclaimer **
I'm not really a spokesman for NH, but I think this is an accurate representation.
|