實體類註解錯誤:Could not determine type for:

王奕然發表於2013-02-06

今天配置實體類註解時,出現以下錯誤:

          Caused by: org.hibernate.MappingException: Could not determine type for: java.util.List, at table: ss_user, for columns: [org.hibernate.mapping.Column(role_list)]

 

解決方案:註解要麼寫在欄位上,要麼寫在getXX上,千萬千萬不能混合使用,否則會報這個錯誤!

注意是所有實體對映類要統一:要麼寫在欄位上,要麼寫在getXX上,而不是某一個實體類

轉自http://nvry.iteye.com/blog/1729436

相關文章