-->
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.  [ 1 post ] 
Author Message
 Post subject: Joined subclasses with complex hierarchy
PostPosted: Tue Aug 25, 2009 10:38 am 
Newbie

Joined: Tue Aug 25, 2009 10:16 am
Posts: 1
Hello,

I am trying to map a complex hierarchy of objects with the joined-subclass strategy, using annotations. Since the hierarchy is complex and there are many relationships involved, however, Hibernate ends up generating huge SQL queries with over 60 joins to figure out the actual type of each row, which leads to MySQL generating an error.

Is there a way to force Hibernate to use a discriminator column, using annotations, to determine the type of object and reduce the number of joins involved? I even tried using @ForceDiscriminator with no effect.

The Hibernate documentation seems to imply that this is possible when using an XML configuration, but I haven't found a way to do it with annotations.

Thanks for any help.


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

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.