I am using NHibernate mapping-by-code to map the classes.
Sometimes, in order to debug my NHibernate configuration, I would require to check exactly what were the settings passed over to NHibernate, and it is quite difficult do debug the mapping-by-code.
Is there any way where you could convert the generated HbmMapping, back into the Xml file, just as if typed by hand?
This would help a lot in diagnosing if the problem is lying from my mappings!