>From what I can tell by looking at the nhibernate mapping schema, a join
cannot have a one-to-one mapping. Unfortunately, it appears that the fluent
API incorrectly supports this, though it doesn't work right under the covers
as you've already discovered.

Its possible I'm mistaken though - have you managed to get this working
using pure xml?

On Tue, Sep 1, 2009 at 7:21 AM, G C <[email protected]> wrote:

>
> When I create a table-per-subclass with discriminator (using
> SubclassMap(){ Join{ ...}), if the JoinPart contains a one-to-one
> mapping, then that mapping doesn't seem to be generated in the NH
> config.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" 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/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to