-->
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.  [ 2 posts ] 
Author Message
 Post subject: Modifier l'identifiant avec Héritage d'une table par classe
PostPosted: Mon Jul 27, 2009 7:34 am 
Newbie

Joined: Mon Jul 27, 2009 7:29 am
Posts: 2
Bonjour,
J'ai une classe principale 'Personne' et une autre classe 'Client' qui hérite de la classe principale . Mapping Hibernate :
Code:
<class name="ClassesJava.Personne" table="PERSONNE">
    <id column="CODE" name="code"/>
<property
.......
<joined-subclass name="ClassesJava.Client" table="CLIENT">
<key unique="true" on-delete="cascade" column="CODE"/>
<property...
  </class>
</hibernate-mapping>

Je n'ai pas pu modifier le code du client ni avec les requêtes Hql , ni avec load puis update
mais il y a sûrement une solution !!Comment je dois procédé et merci encore.


Top
 Profile  
 
 Post subject: Re: Modifier l'identifiant avec Héritage d'une table par classe
PostPosted: Mon Jul 27, 2009 7:55 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
Bonjour
si je comprends bien tu souhaites modifier l'id d'une entité?
Théoriquement IMPOSSIBLE, c'est comme si dans le monde réel tu souhaitais modifier ton numéro de sécu ou ton code ADN.

Dans la pratique, je ne vois que du pur jdbc.

@+
Anthony

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


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