【hibernate】错误:org.hibernate.HibernateException: identifier of an instance of com.agen.entity.Monthdetail was altered from xx to xx

所报错误:

org.hibernate.HibernateException: identifier of an instance of com.agen.entity.Monthdetail was altered from 40288f8e5ac675fe015ac67725c40001 to 444b8583-c965-4457-9e44-907b31cf3b92

 

错误位置:

 

 

更改方法:

 

时间: 2024-10-28 00:45:11

【hibernate】错误:org.hibernate.HibernateException: identifier of an instance of com.agen.entity.Monthdetail was altered from xx to xx的相关文章

identifier of an instance of xxx was altered from 1 to 1

今天测试一个项目,这个项目使用了hibernate和spring,报错信息如下: Xml代码   org.springframework.orm.hibernate4.HibernateSystemException: identifier of an instance of com.tdr.push.entity.ThreadPushFail was altered from 1 to 1; nested exception is org.hibernate.HibernateExceptio

hibernate配置错误-org.hibernate.MappingNotFoundException

问题描述 工程结构如下hibernate.cfg.xml文件配置<!DOCTYPEhibernate-configurationPUBLIC"-//Hibernate/HibernateConfigurationDTD3.0//EN""http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"><hibernate-configuration><session-factor

MySQL错误(org.hibernate.MappingException: No Dialect mapping for JDBC type: -4) 解决方案

今天将开发完毕的项目发布到服务器上有,出现如下错误: org.hibernate.MappingException: No Dialect mapping for JDBC type: -4 后经过分析,是因为服务器上的mysql版本较低(为5.1.66),本地开发版本为5.5的则没有这个问题,下面直接贴出解决方法: 1.增加Java类 import java.sql.Types; import org.hibernate.Hibernate; import org.hibernate.dial

查询 hibernate 回滚-hibernate 查询出现回滚 为什么

问题描述 hibernate 查询出现回滚 为什么 at org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.rollback(LocalManagedConnection.java:97) at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.tidyup(TxConnectionManager.java:7

query list-无语的hibernate tomcat spring hibernate 困扰几天的问题

问题描述 无语的hibernate tomcat spring hibernate 困扰几天的问题 做级联查询的时候,有时候启动tomcat,访问正常,有时候报java.lang.NullPointerException. java.lang.NullPointerException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invo

hibernate 3 和hibernate 4 的区别,4.0以上版本加入哪些新特性,有什么优势?

问题描述 hibernate 3 和hibernate 4 的区别,4.0以上版本加入哪些新特性,有什么优势? hibernate 3.6.10.Final 和 hibernate 4.3.8.Final 的区别, 解决方案 http://blog.csdn.net/iaiti/article/details/9336703 解决方案二: http://blog.sina.com.cn/s/blog_3e20fc040100yhzq.html

eclipse下使用hibernate tools实现hibernate逆向工程

问题描述 eclipse下使用hibernate tools实现hibernate逆向工程 5C 解决方案 检查配置文件,提示是说无法解析那个配置文件 解决方案二: 参考:http://zhoualine.iteye.com/blog/1190141

hibernate错误

今天研究新的架构. 数据库连接方式用的hibernate. 以前没有深入接触hibernate.先说一下流程. po包,下面,实体类,Person.java    Person.hbm.xml映射文件. 出错如下:特别多,没有必要仔细看,粗略看看与你出错是不是一样就得了. [ERROR][2016/01/07 09:54:29,723][org.springframework.web.context.ContextLoader] - Context initialization failed o

Hibernate错误:Unable to instantiate default tuplizer

Caused by: org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]     at org.hibernate.tuple.entity.EntityTuplizerFactory.constructTuplizer(EntityTuplizerFactory.java:108)     at org.h