我的问题如下所示。
注意粗体部分。
update tableName set tableName.fid ='10'其中tableName.pid IN (:'1','2','3');
答案 0 :(得分:0)
String hqlUpdate = "update Customer c set c.name = :newName where c.name = :oldName";
请参阅“Hibernate Reference Documentation: DML-style operations”