昨天为了统一数据库,删除了些数据,没想到把管理的数据删除了,所以报了No row with the given identifier exists的错,刚开始检查数据库映射文件,以为是有个字段弄错了,因为Hibernate的映射文件是手工写的,又检查了后台代码和sql语句,改来改去之后还是报这个错,无赖之下在网上找了原因,最后猛然想起来在统一数据库的时候删除了(user表和班级表的关联字段的值,在user表中删除了班级跟user关联的值),解决办法是在班级表中删除user表中没有的值。
另请见:http://www.iteye.com/topic/189723
分享到:
相关推荐
很抱歉,但根据提供的信息,标题"no resource"和描述"fe ge 2007 programe"没有明确指出任何具体的IT知识点。标签同样显示为"no resource",也没有提供额外的线索。压缩包子文件的文件名称列表包括:飞鸽传书升级...
### 错误七:No row with the given identifier exists 这意味着根据提供的标识符查询数据库时,没有找到任何行。检查SQL查询和标识符是否正确,以及数据库中是否存在预期的数据。 ### 错误八:No result defined ...
No resource found that matches the given name..... ....... 使用apktool-2.0.3也可以回编译,但是比如微信回编译后会增加到110M左右,很不友好。 而使用apktool-2.3.2和原包大小一样,65M左右。 基于apktool
错误八:Exception in thread "main" org.hibernate.HibernateException: More than one row with the given identifier was found: 1, for class: org.model.User 错误原因:这个错误表示在尝试获取主键为1的实体...
Keil MDK 编译 ucOS-II 出现的警告和错误解决 在使用 Keil MDK 编译 ucOS-II 时,可能会出现一些警告和错误。本文将总结这些问题的解决方法。 警告:A1876W:Use of '|' as a synonym for the :OR: operator is ...
#### 七、No Row with the given identifier exists **异常描述:** 操作数据库时,尝试访问不存在的数据行。 **异常信息:** 错误提示通常会明确指出所查找的数据行不存在。 **异常原因:** 数据库中不存在指定...
Raises an EParserError exception with the given message procedure ErrorFmt(); Raises an EParserError exception and formats the message. procedure ErrorStr(); Raises an EParserError exception with ...
### 解决Error C2065:'_beginthreadex':Undeclared Identifier #### 错误概述 在编译过程中遇到“Error C2065:'_beginthreadex':undeclared identifier”这一错误信息时,通常意味着编译器无法识别`_...
If there is no clustered index, there is a sysindexes row for the table with an indid value of 0, and that row will keep track of the address of the first IAM for the table. The IAM is a giant bitmap...
数字对象标识符(Digital Object Identifier,简称DOI)是一种持久性标识符,用于唯一地标识数字资源,如学术文章、数据集等。DOI系统由国际DOI基金会管理,并在出版界广泛采用。随着数字资源的增加以及对资源描述的...
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists. getAttribute(String) - Method in interface javax.servlet.http.HttpSession Returns the object ...
本文将详细介绍Oracle新手在使用过程中最常遇到的六个错误及其解决方案。 1. ORA-12541:TNS:没有监听器 这个错误意味着监听器没有启动或者已经损坏。解决方法是通过命令`net start OracleOraHome81TNSListener`...
23. The five layers in the Internet protocol stack are – from top to bottom – the application layer, the transport layer, the network layer, the link layer, and the physical layer. The principal ...
undeclared identifier(解决方案).md
### C++常见错误及解决方案 #### 一、在源码中遗失“;” **错误信息**: `syntax error: missing ‘;’` **错误示例**: ```cpp int test, number, test = 12; ``` **解决方案**: 在编程时,忘记在语句末尾加上...
created with the default settings in Microsoft Visual C++ 6 with one major exception: aside from other compiler and linker flags, the executable in the DEBUG directory has been compiled with the ...
"硬件精灵Unknown Device Identifier"是一款专门用于识别和解决电脑中未知设备问题的工具软件。它在IT领域中扮演着重要角色,特别是在系统维护和硬件升级过程中。未知设备是指操作系统无法正确识别或驱动程序缺失的...
在MATLAB编程过程中,会遇到各种各样的错误,这些错误可能是由于语法错误、类型不匹配、文件处理不当等原因造成的。以下是一些常见的MATLAB错误及其解决办法: 1. **内存溢出 (error1: Out of memory)**:当MATLAB...
### MDK常见错误解决方案 #### 一、概述 在嵌入式开发领域,Keil MDK(Microcontroller Development Kit)是一款非常流行的集成开发环境(IDE),尤其适用于基于ARM架构的微控制器开发。MDK集成了强大的编译器、...
### Visual C++ 常见错误及解决方案 #### 1. 致命错误 C1002:编译器在第二阶段堆空间溢出 **错误信息:** ``` compiler is out of heap space in pass 2 ``` **错误分析:** 此错误提示意味着编译器在执行编译...