org.hibernate.MappingException: Could not determine type for: java.util.List
感谢http://nvry.iteye.com/blog/1729436
结论:用注解标注的映射关系 要么写在字段上,要么写在getter上,不能混合使用,否则会报错。
时间: 2024-10-01 15:03:41
org.hibernate.MappingException: Could not determine type for: java.util.List
感谢http://nvry.iteye.com/blog/1729436
结论:用注解标注的映射关系 要么写在字段上,要么写在getter上,不能混合使用,否则会报错。