org.springframework.orm.hibernate5.HibernateSystemException: Unable to locate persister:

这ssh框架搭建时整合时会有hibernate层报错,

org.springframework.orm.hibernate5.HibernateSystemException: Unable to locate persister: com.sdonkey.score.domain.po.SysUser; 
nested exception is org.hibernate.UnknownEntityTypeException: Unable to locate persister: com.sdonkey.score.domain.po.SysUser,

这个错误主要是因为hibernate没有读取到配置的实体类,主要原因就是我们在applicationContext.xml中配置的*.hbm.xml的路径错误
org.springframework.orm.hibernate5.HibernateSystemException: Unable to locate persister:_第1张图片

这个小错误希望对大家有用

你可能感兴趣的:(hibernate,框架,ssh,exception)