-->
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.  [ 3 posts ] 
Author Message
 Post subject: Many to many Abfrage
PostPosted: Mon Sep 11, 2006 8:40 am 
Newbie

Joined: Sun Jan 01, 2006 1:39 pm
Posts: 15
Hallo,

ich habe ein Problem mit einer many to many Releation.

Typisches Beispiel:

Tabelle1 (Benutzer):
Id
Name
usw.

Tabelle2 (Adressen)
Id
Adresse
usw.

Tabelle3 (Relation)
Id
Id_tab1
Id_tab2

In der Tabelle3 sind die beiden Id´s auch als Fremschlüssel deklariert.

Ich brauche jetzt eine Query mit der ich an einer Liste von Adressen von einem Benutzer dran komme. Ich habe nur die ID des Benutzers.

Wie muss iczh dafür meine mapping einstellen damit das geht?

Danke für eure Hilfe.

Daniel

Hibernate version:3.1




Problems with Session and transaction handling?

Read this: http://hibernate.org/42.html


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 11, 2006 3:36 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
a)
Benutzer b = (Benutzer) session.get(Benutzer.class, id);
b.getAdressen();

oder
b)
session.createQuery("select a from Adressen a left join a.benutzer b where b.id = ?").set......

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


Top
 Profile  
 
 Post subject: Danke,
PostPosted: Tue Sep 12, 2006 4:56 am 
Newbie

Joined: Sun Jan 01, 2006 1:39 pm
Posts: 15
hat geklappt mit der 2. Abfrage! Genau das habe ich gesucht. Leider war mein Mapping nohc falsch eingestellt.

Aber jetzt klappt es.

Gruß

Daniel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.