标签:
这里先连接数据库。
选择Hibernate Reverse Engineering...
注意:Caused by: org.hibernate.MappingException: entity class not found: User文件没有找到就是映射没找对。。class要全路径
hibernate的pojo和xml文件
原文地址:http://www.cnblogs.com/xuerong/p/5098413.html