| 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
|
 |
 |
|
|
subject: Update statement in Hibernate
|
|
|