摘要: 在使用注解进行Hibernate开发时、报了一个如下的错误Exception in thread "main" org.hibernate.AnnotationException: No identifier specified for entity: com.eyang.hibernate.mod... 阅读全文
posted @ 2015-01-30 16:35 一杨 阅读(505) 评论(0) 推荐(0)
摘要: 学习Hibernate的过程中发现、hibernate.cfg.xml文件可以自动提示、但是model对应的xxx.hbm.xml却不会自动提示、记得以前学习struts的时候是可以通过手动设置DTD类型的文件类实现提示的、于是就试了一下、结果就可以了、过程如下、1、点击Eclipse的Window... 阅读全文
posted @ 2015-01-30 15:44 一杨 阅读(369) 评论(1) 推荐(0)
摘要: 今天在学习Hibernate、在配置的过程报了一个如下的错误、 org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set仔细检查了... 阅读全文
posted @ 2015-01-30 15:10 一杨 阅读(232) 评论(0) 推荐(0)