标签:
org.hibernate.MappingException: Could not determine type for: java.util.List
感谢http://nvry.iteye.com/blog/1729436
结论:用注解标注的映射关系 要么写在字段上,要么写在getter上,不能混合使用,否则会报错。
org.hibernate.MappingException: Could not determin
标签:
原文地址:http://my.oschina.net/cshuangxi/blog/364168