我正在尝试做一些简单的hibernate程序,但我收到错误。你能帮助一个吗?

时间:2017-11-13 11:39:31

标签: hibernate

错误:

Error

EmployeePOJO.hbm.xml:

Hibernate Mapping

hibernate.cfg.xml:

Configuration

ManageEmployee:

ManageEmployee

1 个答案:

答案 0 :(得分:-2)

如果EmployeePOJO.hbm.xml文件位于hibernate.project.test包中,那么在hibernate.cfg.xml中您应该提供以下映射:

<mapping resource="hibernate/project/test/EmployeePOJO.hbm.xml" />