使用hibernate時出現 staff is not mapped [from staff a where a.username=?];

我檢查之後發現數據庫內的字段名和我建立的實體類和映射類的字段名相同,所以不存在是字段名的問題引起的。它的錯誤語句是: List<Staff> list= (List<Staff>) this.getHibernateTemplate().find("from staff a where a.username=?", username);其中staff是我數據庫中表的名字。我建立的實體類是大寫的St
相關文章
相關標籤/搜索