File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes Update statement in Hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Update statement in Hibernate" Watch "Update statement in Hibernate" New topic
Author

Update statement in Hibernate

Edmund Yong
Ranch Hand

Joined: Nov 16, 2003
Posts: 164
I am using Spring with Hibernate. Is it possible to set the value of a column in all the rows of a table to a specific value, like a plain SQL update statement such as "update sometable set somecolumn='A'"?

Currently I am using HQL to get each row's object, set the field value, and then update the object to the database. I think this way of doing is not very efficient.

Thanks.


SCJP 1.2, SCWCD 1.4
 
jQuery in Action, 2nd edition
 
subject: Update statement in Hibernate
 
Threads others viewed
Hibernate update when Object isn't modified
How to update a column to null by using hibernate update statement.
Hibernate Inheritance..
Session update method in hibernate?
Hibernate 2:Update objects which has List