加載Hibernate映射文件路徑出錯
cn/muke/ssh/domain/Product.hbm.xml
照著打的,報錯如下: Caused by: org.hibernate.PropertyNotFoundException: field [id] not found on cn.muke.ssh.domain.Product 大家有解決的辦法嗎?
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
舉報
2018-04-16
我有完整版的
2018-03-30
你的property可以用mappingDirectoryLocation 試試 ,比如com.Entity.user.hbm.xml的文件,value 寫到包就可以了?? class*:com/Entity