FYI, I just tried removing the override and it still never gets called.

-----Original Message-----
From: fluent-nhibernate@googlegroups.com
[mailto:fluent-nhibern...@googlegroups.com] On Behalf Of Martin
Sent: 24 March 2009 10:15
To: Fluent NHibernate
Subject: [fluent-nhib] IJoinedSubClassConvention never called


Hi,

I have the following class structure:

BaseEntity
      |
Person
      |
Author

The mapping all works out perfectly, Person is mapped as a class with
the Id inherited from the base class, and Author is set as a
JoinedSubClass.
The problem is that my project has a convention of pluralised table
names.
My class convention is called to pluralise Person, but my
JoinedSubClass convention never gets called when running through the
debugger.
I have an override class for person to set a component, but this
shouldn't affect the JoinedSubClass convention should it?
Has anyone else successfully used IJoinedSubClassConvention?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to