From what I can tell you will have to change the mapping files. Maybe I was wrong, but I could not find the global settings.
If you do not want to change the class definition, you can define it in the root element of each mapping file that you have:
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.0" default-lazy="false">
source
share