码迷,mamicode.com
首页 >  
搜索关键字:hibernate xml配置    ( 15913个结果
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
TinyXML:一个优秀的C++ XML解析器[转]
TinyXML:一个优秀的C++ XML解析器读取和设置xml配置文件是最常用的操作,试用了几个C++的XML解析器,个人感觉TinyXML是使用起来最舒服的,因为它的API接口和Java的十分类似,面向对象性很好。TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或...
分类:编程语言   时间:2014-06-16 07:05:47    阅读次数:201
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
路径名称和struts.xml配置不一致导致struts2报404
struts.xml中写的是authorityInterceptor/xxx.jsp但是实际的文件结构是/authorityInteceptor/xxx.jspstruts2就报了404,所以遇到struts2报404的时候注意检查一下是不是这个问题
分类:其他好文   时间:2014-06-16 06:04:21    阅读次数:212
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
迷上了代码!