问答详情
源自:1-11 通过Hibernate API编写访问数据库的代码

org.hibernate.MappingException: Unknown entity: hibernate_001.Students

org.hibernate.MappingException: Unknown entity: hibernate_001.Students

http://img.mukewang.com/566c47b30001093a13240429.jpg

http://img.mukewang.com/566c486c000177d412450492.jpg


http://img.mukewang.com/566c48ae0001fc5408310551.jpg

提问者:兰亭晚 2015-12-13 00:19

个回答

  • 听雨2015
    2016-01-07 11:07:42

    你的问题解决了么,求方法

  • 听雨2015
    2016-01-07 10:46:15

    遇到了相同的问题!

  • 执念_00
    2015-12-13 17:42:00

    也可以用

    <class name="包名.Students" 。。。。


  • 慕男婶
    2015-12-13 10:38:03

    在hibernate-mapping上加一个package属性,值是Students类的包名。。

    <hibernate-mapping package="Students类所在的包"> 
    
    ...
    
    </hibernate-mapping>


  • 执念_00
    2015-12-13 01:41:12

    Students类所在的包对了吗?