-->
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.  [ 2 posts ] 
Author Message
 Post subject: Joining one tables with two(three?) others
PostPosted: Fri Feb 05, 2010 6:09 am 
Newbie

Joined: Fri Feb 05, 2010 5:49 am
Posts: 1
Hi, this is my data model:
Code:
[A] 1 --- n [B] 1 --- n [D] n --- 1 [C] n --- 1 [A]

this means: Table A has two 1:n-relations to two other tables (B and C).
Both these tables have a 1:n-relation to the table D.

Another description:
The class A contains a list of Bs and Cs. some of these elemnts in B and C are related like in this table:
Code:
       |    B1  B2  B3  B4
-------+-------------------
  C1   |    X
  C2   |        X   X
  C3   |

B1-4 are entries in table B, C1-3 are entries in table C. Wherever there is an X in the table, there is an entry in table D.

Now I want to fetch all elements of table D which have a relation to elements of B and C which again are related to an entry in table A with a specific primary key.

How can I do the HQL query? I didn't manage to join the tables.

Thank you very much in advance,
AP


Top
 Profile  
 
 Post subject: Re: Joining one tables with two(three?) others
PostPosted: Fri Feb 05, 2010 12:24 pm 
Senior
Senior

Joined: Mon Jul 07, 2008 4:35 pm
Posts: 141
Location: Berlin
Hi ap46,

looks like you should intersect the results of a query for D restricted by B and A with that of a query for D restricted by C and A. I don't know if HQL supports intersection but SQL does.

CU
Froestel

_________________
Have you tried turning it off and on again? [Roy]


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.