首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

hibernate报错:Use of @OneToMany or @ManyToMany targeting an unmapped class

2012-07-19 
hibernate报错:Use of @OneToMany or @ManyToMany targeting an unmapped class:报错如下:?org.hibernate.

hibernate报错:Use of @OneToMany or @ManyToMany targeting an unmapped class:

报错如下:

?

org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany targeting an unmapped class: pp.entity.Employee.departments[pp.entity.Department]

1.hibernate.cfg.xml忘记了:

<session-factory><mapping name="code">@Entity@Tablepublic class Department {//...}

热点排行