Hello,
How can I use entity-name via attributes ? Even creating a dummy class
didn't work for me. for instance
[Class(NameType="Test", EntityName="Test1")]
class Test { [Id] public int Id { get ; private set; } }
[Class(NameType="Test", EntityName="Test2")]
class TestDummyTest: Test { }
Here in the generated XML for 2nd case I don't see the Id mapping.
What should I do ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"NHibernate Contrib - Development Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com.ar/group/nhcdevs?hl=en
-~----------~----~----~----~------~----~------~--~---