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 · 360 阅读 · 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 · 389 阅读 · 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 · 286 阅读 · 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 · 141 阅读 · 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 · 386 阅读 · 0 评论
分享