问答详情
源自:5-2 配置去掉Hibernate的配置文件-Spring整合Hibernate

加载Hibernate映射文件路径出错

cn/muke/ssh/domain/Product.hbm.xml

照着打的,报错如下: Caused by: org.hibernate.PropertyNotFoundException: field [id] not found on cn.muke.ssh.domain.Product 大家有解决的办法吗?

提问者:分开的话 2018-03-24 23:15

个回答

  • banlance001
    2018-04-16 00:36:03

    我有完整版的

  • 慕姐5396419
    2018-03-30 14:34:39

    <property name="mappingDirectoryLocations">

    你的property可以用mappingDirectoryLocation 试试 ,比如com.Entity.user.hbm.xml的文件,value 写到包就可以了   class*:com/Entity