错误:
EmployeePOJO.hbm.xml:
hibernate.cfg.xml:
ManageEmployee:
答案 0 :(得分:-2)
如果EmployeePOJO.hbm.xml
文件位于hibernate.project.test
包中,那么在hibernate.cfg.xml
中您应该提供以下映射:
<mapping resource="hibernate/project/test/EmployeePOJO.hbm.xml" />