`

unexpected token: * near line 1, column 8 [select * from t_user where 1=1]

阅读更多

unexpected token: * near line 1, column 8 [select * from t_user where 1=1]      和

users is not mapped 

这个错误可能是因为以下原因导致:

1.在hibernate里面写sql执行时候要用了session.createQuery(sql); 需要用session.createSQLQuerysql);

2.在hibernate里面写hql执行是误把hql写成了sql,比如说:select * , from 表名,hibernate框架操作数据库的核心就是:用操作数据对象代替操作表,给程序员的感觉是面向对象操作数据库。所以查询语句from后面接的不是表名称,而是javabean数据对象名。

分享到:
评论

相关推荐

    JSqlparser4.4版作者提供的应急版,解决无法解析mysql中JSON_OBJECT函数存在其它函数问题

    SELECT JSON_ARRAYAGG(obj) FROM (SELECT trt.relevance_id,JSON_OBJECT('id',CAST(trt.id AS CHAR),'taskName',trt.task_name,'openStatus',trt.open_status,'taskSort',trt.task_sort) as obj FROM tb_review_task...

    Infineon-BTS7008-2EPA-DS-v01_12-EN.pdf

    It is part of the PROFET™+2 family and is designed for high-performance applications where reliability and efficiency are crucial. This device is integrated in SMART7 technology, which ensures ...

    KEIL编译错误信息

    **1. Out of memory (error1):** - **含义:** 编译器在处理文件时遇到了内存不足的情况。 - **解决方法:** 尝试减少项目中的文件数量或优化代码结构以降低内存消耗。如果项目规模较大,可以考虑升级硬件配置。 **...

    Effective C#

    **Item 8: Prefer Query Syntax to Loops** - **Advantages:** Query syntax is more readable and expressive than traditional loops. - **Example:** ```csharp var query = from p in people where p.Age >...

    HP Auto Port Aggregation (APA) Release note

    For more detailed information, users are directed to related documents and online resources, including user manuals and technical support forums. **Software Availability in Native Languages:** ...

    JS提示:Uncaught SyntaxError: Unexpected token ILLEGAL错误的解决方法

    本文实例讲述了JS提示:Uncaught SyntaxError: Unexpected token ILLEGAL错误的解决方法。分享给大家供大家参考,具体如下: Uncaught SyntaxError: Unexpected token ILLEGAL 未捕获的语法错误: 意想不到的非法...

    Java 常见问题解决集合.docx

    - **验证数组索引:** 在访问数组元素之前,确认索引值是否在合法范围内,即索引值应在0至数组长度减1之间。 - **使用循环控制:** 使用循环访问数组时,确保循环条件正确设置,避免超出边界。 **2.3 问题:** ...

    高中英语(必修1)

    ### 高中英语(必修1)重要词汇解析 #### upset **含义:** 心烦的、苦恼的、不安的。 **例句:** - *He was upset because he lost his wallet.*(他因为丢失钱包而感到苦恼。) - *She felt upset about the ...

    Module parse failed: Unexpected token

    "Module parse failed: Unexpected token" 是一个常见的JavaScript错误,通常在使用Webpack或其他模块打包工具时出现。这个错误意味着解析器遇到了它无法理解的语法结构,可能是由于ES6(ECMAScript 2015)及以上...

    c语言及c#报错翻译

    **错误编号:** error1 **描述:** 当编译器运行时耗尽了可用的内存资源。 **解决方案:** - 减少代码中的复杂度或使用的数据量。 - 考虑优化算法以减少内存消耗。 - 在某些情况下,增加编译器的内存分配限制可能是...

    c++编译时经常出现的错误

    #### 1. fatal error C1010:unexpected end of file while looking for precompiled header directive. **错误信息:** ``` fatal error C1010: unexpected end of file while looking for precompiled header ...

    运行Shell文件.sh报错syntax error near unexpected token `$’do\r”

    start.sh: line 17: syntax error near unexpected token `$'do\r'' 'tart.sh: line 17: ` do 原因 运行cat -v start.sh,如果内容结尾为是^M,这是因为你所处理的文件换行符是dos格式的”\r\n”,你可能在windows...

    UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY

    "UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY" 是一个常见的错误消息,它出现在Linux操作系统中,尤其是在系统突然关机或非正常关闭后。这个错误表明文件系统(File System)存在一致性问题,需要进行检查和修复。...

    常见的vc编译错误

    #### 1. `fatal error C1010: unexpected end of file while looking for precompiled header directive` **错误原因:** 当编译器寻找预编译头文件指令时,在文件结束前没有找到相应的`#include "stdafx.h"`语句...

    JS提示:Uncaught SyntaxError:Unexpected token ) 错误的解决方法

    主要介绍了JS提示:Uncaught SyntaxError:Unexpected token ) 错误的解决方法,结合实例形式分析了javascript提示此类异常的常见原因与相关解决方法,需要的朋友可以参考下

    磁盘出错无法进入系统fsck自动修复配置

    例如,在本案例中出现的“/dev/sda5: UNEXPECTED INCONSISTENCY; RUN fSCK MANUALLY. (i.e., without -a or -p options) fsck exited with status code 4”错误提示。 **错误解析:** 该错误信息表明系统在启动过程...

    最常见的20种VC++编译错误信息.txt

    fatal error C1010: unexpected end of file while looking for precompiled header directive **错误原因:** 当编译器寻找预编译头文件指令时,在文件结束前没有找到相应的`#include "stdafx.h"`语句。 **解决...

    google搜索技巧

    - **intitle:"Error occurred" ODBC request where (select|insert)**:查找可能存在的SQL注入漏洞。 - **"Dumping data for table" username password**:查找数据库导出操作中可能泄露的用户名和密码。 - **...

Global site tag (gtag.js) - Google Analytics