Hibernate Annotations 错误总结?org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany
Hibernate Annotations 错误总结
?
org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany targeting an unmapped class
?
查看一下导入的Entity包是不是import org.hibernate.annotations.Entity;
如果是换下面这个:
import javax.persistence.Entity;
