-->
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: Howto? implement inheritance over more than one level...
PostPosted: Tue Jul 12, 2005 6:55 am 
Beginner
Beginner

Joined: Wed Jan 19, 2005 6:07 am
Posts: 20
Hibernate 3

I have a top-level interface called OrderProcess.
This interface is sub-classed into JaraOrderProcess (and more to come)
The latter interface is implemented by one (more to come) class.

I wanted to use the approach table per subclass using a discriminator for defining the first level of inheritance, and table per class-hierarcy for the second level.

My primary table should then contain data common for all OrderProcesses (plus the discriminator) , and the subclass-table should contain data for all implementations and the discriminator for selecting the concrete class.

What would be the right approach to achieve this ?


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.