Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の問題は次のようになります。
太字部分に注目してください。
update tableName set tableName.fid = '10' where tableName.pid IN (:'1','2','3');
String hqlUpdate = "update Customer c set c.name = :newName where c.name = :oldName";
「 Hibernateリファレンスドキュメント:DMLスタイルの操作」を参照してください。