-->
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: Hibernate and Primary Key updates
PostPosted: Mon Apr 12, 2004 12:30 pm 
Newbie

Joined: Fri Jan 30, 2004 10:51 am
Posts: 2
What is the best practice when trying to update a primary key value and using Hibernate? Here is an example:

Legacy Table: Users
Primary Key: username - varchar(32)
(other columns not necessary for this example)

The username 'fredd' is spelled wrong... I would like to change it to 'fredm'.

In SQL... I can just use an UPDATE statement.

What is the recommended approach to doing this using the Hibernate API? I have found that I can only use delete() and save().


ALSO... What is the recommened practice for Composite-id primary keys?? I have read that this is an "evil" thing but am struggling to find out more information on these subjects.

Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 12, 2004 12:31 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Never update any primary keys....

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


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.