现在的位置: 首页 > 综合 > 正文

实体类注解错误:Could not determine type for: java.util.Set

2017年12月26日 ⁄ 综合 ⁄ 共 221字 ⁄ 字号 评论关闭

今天配置实体类注解时,出现以下错误:

          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上,千万千万不能混合使用,否则会报这个错误!

抱歉!评论已关闭.