码迷,mamicode.com
首页 >  
搜索关键字:springmvc_mybatis or hibernate+ ehcache二级缓存    ( 12914个结果
Spring管理Hibernate
为什么要用Hibernate框架?既然用Hibernate框架访问管理持久层,那为何又提到用Spring来管理以及整合Hibernate呢?首先我们来看一下Hibernate进行操作的步骤。比如添加用户的一个步骤。 看截图,可以看出,Hibernate操作的步骤如下:1. 获得Configurat....
分类:编程语言   时间:2014-05-16 08:57:26    阅读次数:354
【原创】spring4.x + hibernate4.x 配置详解
关于spring和hibernate的使用以及特征等等,在此不再啰嗦,相信大家也都知道,或者去搜索一下即可。本篇博文的内容主要是我最近整理的关于spring4.x 和 hibernate 4.x 相关配置和使用方式,当然spring3.x以及hibernate4.x也可以借鉴。首先是配置文件 web...
分类:编程语言   时间:2014-05-16 07:11:53    阅读次数:489
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session
出错原因很简单:数据库服务没开,自然就打不开Session了。
分类:编程语言   时间:2014-05-16 06:44:46    阅读次数:479
Struts2+Hibernate+Spring框架实现增删改查
一、添加3个框架的JAR包,完成后写配置文件;1、web配置文件: 1 2 3 oa 4 5 index.html 6 index.htm 7 index.jsp 8 default.html 9 default.htm10 defaul...
分类:编程语言   时间:2014-05-15 16:08:58    阅读次数:2309
初识缓存以及ehcache初体验
初识缓存以及ehcache初体验...
分类:其他好文   时间:2014-05-15 06:15:47    阅读次数:281
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session异常解决办法
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session异常解决办法为什么还会说已经存在相同的se...
分类:系统相关   时间:2014-05-14 23:40:06    阅读次数:419
Spring JPA 缺少 JAR 引起异常
记录整合中缺少 JAR 文件引起的异常版本 Spring 3+ Hibernate 4+ JPA 1、Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingExceptio....
分类:编程语言   时间:2014-05-14 23:25:27    阅读次数:488
关于数据库与Hibernate匹配时的小问题
今天做了一个小程序,jsp输入一些字段,action中将这些字段放到list中,然后从数据库get到那列数据,同样放到另一个list中,然后进行值相等的判断,就是这么简单的一个程序。但因为很久没碰Hibernate了,所以执行起来有些坎坷。列出如下问题:空指针异常频发,这是因为在vo类中..
分类:数据库   时间:2014-05-14 17:31:38    阅读次数:384
JAVA API集
1.JavaEE5API(含JSFAPI)http://java.sun.com/javaee/5/docs/api/2.HibernateAPIDocumentation(3.2.2.ga)http://www.hibernate.org/hib_docs/v3/api/3.SpringFrameworkAPI2.5http://static.springframework.org/spring/docs/2.5.x/api/index.html4.1Struts1.3.8APIhttp://struts..
分类:编程语言   时间:2014-05-14 16:51:34    阅读次数:407
struts的由来
当学习或工作时,有些同学会谈到熟悉struts、hibernate、spring等等框架,貌似熟悉这些框架是精通java的表现,但是我们应该首先弄明白为什么要学框架?是为了学习而学习?还是为了工作而学习? 就拿struts框架举例子,为什么要学习struts框架? 要了解struts框架,首先必须....
分类:其他好文   时间:2014-05-14 10:17:22    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!