
Hibernate
Hibernate
CodeCaptain
这个作者很懒,什么都没留下…
展开
-
Hibernate 4.3 开发问题详解
1.Exception in thread "main" org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save():产生原因:1) 在定义entity时没有为主键指定GeneratedValue属性,导致hibernat原创 2015-08-26 12:41:10 · 1409 阅读 · 0 评论 -
Hibernate + jbosstools 整合、配置、测试详解
PS:文中用的都是Eclipse配置中对应的英文提示,防止配置时找不到入口。一、前置条件 1.Eclipse 4.4.2 下载地址:Eclipse官网 http://download.eclipse.org/eclipse/downloads/ 2.hibernate-release-4.3.11.Final 下载地址:Hibernate官网 http://hibernate.org/orm原创 2015-08-25 16:35:58 · 3982 阅读 · 1 评论 -
Hibernate 4.3 开发过程中常见问题及解决方案
1.Exception in thread "main" org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save():产生原因:1) 在定义entity时没有为主键指定GeneratedValue属性,导致hibernate不会自原创 2018-01-18 11:16:14 · 395 阅读 · 0 评论