-->
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: Update des zusammengesetzten Primary Key
PostPosted: Mon Oct 15, 2007 9:44 am 
Newbie

Joined: Tue Nov 15, 2005 10:18 am
Posts: 13
Hallo zusammen,

ich habe ein Problem beim Update eines Feldes, das zum composite-Primary Key gehört. Bei nicht composite-key-Feldern funktioniert es wunderbar. Hat jemand ne Idee, wie man dies ohne SQL/HQL (Mapping anpassen) lösen könnte.

Vielen Dank
LG
Vicky

Code:

      <composite-id name="chargeID" class=".data.id.ChargeID">


         <meta attribute="gen-idMethods">true</meta>

         <key-property
            name="nummer"
            column="CHDNR"
            type="IntegerType"
            length="3">
            
            <meta attribute="property-type">int</meta>
            <meta attribute="use-in-equals">true</meta>
                 <meta attribute="use-in-tostring">true</meta>
         </key-property>

         <key-property
            name="artikelnummer"
            column="CHARTNR"
            type="IntegerType"
            length="4">
            <meta attribute="property-type">int</meta>
         </key-property>

         <key-property
            name="leanderkzHersteller"
            column="CHFLNR"
            type="dIntegerType"
            length="3">
            <meta attribute="property-type">int</meta>
         </key-property>

         <key-property
            name="nummerHersteller"
            column="CHFDNR"
            type="IntegerType"
            length="3">
            <meta attribute="property-type">int</meta>
         </key-property>

         <key-property
            name="chargennummer"
            column="CHFNR"
            type="StringType"
            length="16">
            <meta attribute="property-type">String</meta>
         </key-property>

         <key-property
            name="jahr"
            column="CHFJAHR"
            type="IntegerType"
            length="4">
            <meta attribute="property-type">int</meta>
         </key-property>
      </composite-id>


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 15, 2007 12:43 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Ids sind unveränderlich. Es ist auch nicht ganz unproblematisch Foreign keys zu aktualisieren, daher macht das sogar Sinn.

Wenn möglich würde ich neben den natürlichen unique keys eine künstliche Id einführen.

_________________
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:
PostPosted: Tue Oct 16, 2007 2:07 am 
Newbie

Joined: Tue Nov 15, 2005 10:18 am
Posts: 13
Vielen Dank für die Antwort! Leider kann ich keine "künstlichen" Keys erzeugen, da die Tabelle schon seit Jahren existiert und alle Programme auf den bestehend Aufbau ausgelegt sind.

Was habe ich sonst für Möglichkeiten?

LG
Vicky


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.