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;

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

Who's Looking?

Open Who's Looking?

Created March 17, 2009 at 7:25 PM
Updated October 22, 2009 at 5:48 PM
Resolved October 22, 2009 at 5:48 PM
Who's Looking?