By default, NHibernate compiles the mappings when creating the SessionFactory...
Is it possible to configure NHibernate so that it compiles the needed mappings "on the go"? So that it only compiles a mapping when it needs it?
The reason I'm asking is to work around the lenghty operation on start-up (of a winforms, well, AutoCAD application...)