PDA

View Full Version : NHibernate: dynamically registering mappings


mgaerber
02-13-2006, 09:59 AM
Since NHibernate support seems to be on its way, I would like to know if it will be possible to dynamically add mappings?

Accessing NHibernate.Cfg.Configuration directly, I can call .AddClass(type) and then call .BuildSessionFactory() to reflect changes.