Don't set default name in class, subclass and joined-subclass
Description
I have used NHibernate.Mapping.Attributes for long times. Today I updated NHibernate to 2.1.0.1001 and update NHibernate.Mapping.Attributes from svn, build it. but now i find the default name in class, subclass and joined-subclass feature is removed, I must write the class name manually. So is it a bug?
Environment
None
Activity
Show:
Pierre Henri Kuaté October 22, 2009 at 5:48 PM
The name is now optional like before (as long as the entity-name isn't set either).
This behavior can be disabled by doing: ((HbmWriterEx) HbmSerializer.Default.HbmWriter).DoNotAutoDetectClassName = true;
I have used NHibernate.Mapping.Attributes for long times. Today I updated NHibernate to 2.1.0.1001 and update NHibernate.Mapping.Attributes from svn, build it. but now i find the default name in class, subclass and joined-subclass feature is removed, I must write the class name manually. So is it a bug?