Hi, 

Does,anybody know whether it is possible to update a table column or
columns without retrieve the objects out first? Take following sql as
example: 'update employee set bonus=? where title='developer''. I do not
want to select all employee objects with developer title out then do
update. Does HQL supports 'update Employee employee set employee.bonus=?
where employee.title='developer'? or is it easy to extend HQL to support
this kind of update statement.

Thanks

Frank



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to