首页 > 代码库 > org.hibernate.MappingException: Could not determin

org.hibernate.MappingException: Could not determin

org.hibernate.MappingException: Could not determine type for: java.util.List



感谢http://nvry.iteye.com/blog/1729436

结论:用注解标注的映射关系 要么写在字段上,要么写在getter上,不能混合使用,否则会报错。

org.hibernate.MappingException: Could not determin