-->
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: Attribut in Zwischentabelle (erstellt durch OneToMany)
PostPosted: Sun Sep 03, 2006 4:15 pm 
Newbie

Joined: Fri Aug 18, 2006 8:14 am
Posts: 3
Location: Switzerland
Hallo zusammen

Ich habe folgende zwei Klassen:

Code:
Package {
  Long id;
  String name;
  Set<Release> releases;
}

Release {
  Long id;
  String number;
  Date date;
}


Die Beziehung zwischen Package und Release ist 1:m. Bis jetzt habe ich mit Hibernate Annotations das Set als OneToMany markiert. Alles läuft Tip Top. Hibernate legt beim SchemaExport automatisch eine zwischen Tabelle an.

Nun möchte ich das Release um ein Attribute "current" erweitern. Dieses Attribut sollte in der Zwischentabelle (PackageToRelease habe ich das Teil genannt) gespeichert werden. Ist es möglich dies zu tun, ohne dass man eine weitere Java Klasse für die Zwischentabelle generieren muss?

Danke für eure Hilfe
Tux


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.