天天看點

實體類注解錯誤:Could not determine type for: java.util.List

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

          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上,千萬千萬不能混合使用,否則會報這個錯誤!