
Hibernate
诫圣
这个作者很懒,什么都没留下…
展开
-
hibernate+spring会话自动关闭
spring2.x+hibernate3+struts2 在首次登陆系统时抛出的异常,再登陆就正常。 异常: javax.servlet.ServletException: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transacti...原创 2013-06-26 14:17:50 · 336 阅读 · 0 评论 -
SQLGrammarException: could not execute query
could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query 解决方法:一般是hibernate 配置文件的用户名与表的用户名不一致原创 2013-06-26 14:18:13 · 319 阅读 · 0 评论 -
hibernate生成实体规则
package com.jn0812a.crm.commons.utils; import org.hibernate.cfg.reveng.DelegatingReverseEngineeringStrategy; import org.hibernate.cfg.reveng.ReverseEngineeringStrategy; import org.hibernate.cfg.reve...原创 2013-06-26 14:17:48 · 263 阅读 · 0 评论 -
hibernate生成实体规则
[code="java"]package com.jn0812a.crm.commons.utils; import org.hibernate.cfg.reveng.DelegatingReverseEngineeringStrategy; import org.hibernate.cfg.reveng.ReverseEngineeringStrategy; import org.hi...原创 2010-12-09 16:54:32 · 114 阅读 · 0 评论 -
SQLGrammarException: could not execute query
could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query 解决方法:一般是hibernate 配置文件的用户名与表的用户名不一致 ...原创 2010-12-09 17:13:12 · 336 阅读 · 0 评论