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