“Not supported for DML operations” with simple UPDATE query
Check the post hibernate hql ERROR: Not supported for DML operations in the hibernate users forum. Most likely you called querySt.list(); for your UPDATE query. Instead you should call querySt.executeUpdate();