hibernate 利用 hql 如何更新 DATE 字段

正確:Update Cat t set t.birthday=? where t.id = ?t.setTimestamp(0,new Date());錯誤:Update Cat t set t.birthday=new Date() where t.id = ?
相關文章
相關標籤/搜索