-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Nested Inheritance
PostPosted: Fri Nov 10, 2006 11:48 am 
Newbie

Joined: Fri Nov 10, 2006 4:42 am
Posts: 6
Hi, I've some problems with nested inheritance :

<hibernate-mapping xmlns="urn:nhibernate-mapping-2.0">
<class name="BaseClass" table="...">
<joined-subclass name="ClassA" table="....">
...
</joined-subclass>
<joined-subclass name="BaseClassB" table="...">
<discriminator column="..." type="System.String" />
<subclass discriminator-value="Value1" name="ClassB_1">
</subclass>
</joined-subclass>
</class>
</hibernate-mapping>

But when I try to add the mapping file the compiler throws an exception because the subclass it's not supported inside a joined-subclass node...

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 11, 2006 4:58 am 
Senior
Senior

Joined: Mon Aug 21, 2006 9:18 am
Posts: 179
Combination of joined-subclass and subclass inheritance strategies isn't supported in Hibernate prior to Hibernate 3.0 (NHib is a port of Hib 2.x).

So this can't be done currently. The NHib port of Hib 3.0 is underway I believe (and they have been kcking butt lately).

_________________
If this helped...please remember to rate it!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 13, 2006 7:01 am 
Newbie

Joined: Fri Nov 10, 2006 4:42 am
Posts: 6
Thanks for your reply :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 17, 2006 12:56 am 
Senior
Senior

Joined: Mon Aug 21, 2006 9:18 am
Posts: 179
Happy to help

_________________
If this helped...please remember to rate it!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.