码迷,mamicode.com
首页 >  
搜索关键字:hibernate serviceregistry serviceregistrybuilder    ( 11724个结果
SpringNote02.Blog系统迁移到Linux下
基于SpringMVC-Hibernate的博客系统还在继续开发中 。项目地址:https://github.com/defshine/SpringBlog整个项目迁移到linux下开发,安装intellij、maven、tomcat过程比較顺利,注意配置环境变量。项目执行时,出现了两个问题:出错,...
分类:编程语言   时间:2014-06-16 08:32:58    阅读次数:269
[转]解决a different object with the same identifier value was already associated with the session错误
NonUniqueObjectException解决a different object with the same identifier value was already associated with the session错误org.hibernate.NonUniqueObjectExce...
分类:其他好文   时间:2014-06-16 08:13:40    阅读次数:194
Spring通过JNDI获取在Tomcat容器中配置的C3P0数据源
开始直接使用Spring通过JNDI获取在Tomcat容器中配置的数据源,Tomcat默认的应该是DBCP连接池,没问题,一切OK,由于Hibernate和Spring都推荐使用C3P0连接池,所以就尝试配置一下,没想到整了半下午,才搞定配置,惭愧!网上的内容眼花缭乱,鱼龙混杂,不如自己靠谱!直接上...
分类:编程语言   时间:2014-06-16 07:26:06    阅读次数:212
org.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance:
详细错误堆栈信息:org.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: xx.xx...
分类:系统相关   时间:2014-06-16 07:01:08    阅读次数:823
SSH开发实践part1:Spring与Hibernate整合
之前把SSH看完了,现在从头开始进行项目实践。现在讲整个过程中的点滴记录下来,希望对后来者有参考。
分类:编程语言   时间:2014-06-16 06:54:39    阅读次数:202
ibatis 开发中的经验 (一)ibatis 和hibernate 在开发中的理解
这个项目的底层是用ibatis框架完毕,这几天也是都在用这个框架写代码,也有了一些简单的理解,把项目拿过来后基本的配置都已经配置好了,比方一些事务、日志控制等,在开发中主要用到的是写SQL语句以及熟悉ibatis xml文件都提供的一些标签,这些标签大部分是用来处理推断、逻辑,使得sql能够动态组....
分类:系统相关   时间:2014-06-13 17:21:59    阅读次数:265
spring mvc+hibernate的基本配置
...
分类:编程语言   时间:2014-06-12 06:43:28    阅读次数:305
JAVA对象转化JSON出现死循环问题
主要是解决JSON因Hibernate映射生成的集合的转化出现的死循环问题。这个方法很重要 1 public String ajaxJsonByObjectDirecdt(Object obj, String[] filterNames){ 2 JsonConfig json...
分类:编程语言   时间:2014-06-12 06:35:19    阅读次数:907
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!