-->
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: Mapping mit Fremdschlüssel und Composite Key
PostPosted: Thu Dec 20, 2007 3:47 am 
Newbie

Joined: Thu Dec 20, 2007 3:29 am
Posts: 3
Hallo, ich erstell manuell meine Mappings aus folgender SQL Server-Tabelle "tabTest":

time_id (Fremdschlüssel auf TabTime; many-to-one Beziehung)
data_id (Fremdschlüssel auf TabData; many-to-one Beziehung)
datum
...

Erstere IDs sind zusammen ein Composite Key, d.h. beide sind Primary Keys.
Ich weiss nun nicht genau, wie die Felder (identifier field, etc.) der Javaklasse "TabTest" aussehen müssen, bzw. die passende *.hbm.xml. Da die beiden Fremdschlüssel sind, wird das hier nicht stimmen, oder:

/** identifier field */
private Integer timeId;

/** identifier field */
private Integer dataId;

Oder nimmt man dann einfach:

/** persistent field */
private de.mypath.database.TabTime tabTime;

/** persistent field */
private de.mypath.database.TabData tabData;

Danke schonmal

Gruß
H.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 21, 2007 4:55 am 
Newbie

Joined: Thu Dec 20, 2007 3:29 am
Posts: 3
Hmm, anscheinend muss man nicht zwingend einen Composite Key als Mapping umsetzen, wenn es "nur" als Kontrollinstanz auf der DB-Seite fungieren soll. Ansonsten muss man anscheinend ein PK-Objekt erstellen...


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 08, 2008 2:00 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Ich würde eine PK-Klasse mit beiden Feldern empfehlen.

_________________
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  
 
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.