Hi,
 
I'm using NHibernate 2.1.0.4000 indirectly through NServiceBus. NServiceBus 
has a class called "Subscription" that implements ClassMap<Subscription>. 
NServiceBus uses NHibernate to serialize that class to MSSQL and I guess 
NHibernate uses the class name as table names. From what I can Google, it 
would be possible to change the table name using "Table(string tableName)" 
in the ClassMap constructor. But as I do not want to change NServiceBus 
code, I wonder if it is possible to change the table name in configuration? 
For example in the Dictionary<string, string> that NServiceBus injects into 
NHibernate?
 
Werner

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/nhusers/-/OxjaCAI2BJIJ.
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/group/nhusers?hl=en.

Reply via email to