Exception in thread "main" org.hibernate.MappingException: Unknown entity: com.pojo.User
刚开始用eclipse学hibernate就报了这个错误,网上查了一些资料,说是配置文件hibernate.cfg.xml这里面的有问题,后面我仔细的检查了一下发现大小写和路径都没有什么问题。最后发现是Configuration configuration = new Configuration().configure()少加载了实体类,最后改成这样就可以运行了Configuration conf
原创
2016-08-18 11:20:54 ·
1150 阅读 ·
0 评论