Hibernate Annotations 错误总结
?
org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany targeting an unmapped class
?
查看一下导入的Entity包是不是import org.hibernate.annotations.Entity;
如果是换下面这个:
import javax.persistence.Entity;
发布时间: 2012-10-10 13:58:11 作者: rapoo
Hibernate Annotations 错误总结
?
org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany targeting an unmapped class
?
查看一下导入的Entity包是不是import org.hibernate.annotations.Entity;
如果是换下面这个:
import javax.persistence.Entity;