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