嵌套异常无法执行语句;SQL [不适用];嵌套异常是 org.hibernate.exception.SQLGrammarException:无法执行语句”

nested exception could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement"

提问人:Ali 提问时间:10/2/2023 更新时间:10/2/2023 访问量:24

问:

我在邮递员中遇到了一个关于冬眠的问题。你可以帮我吗?

我不知道问题出在哪里,正如你所看到的,这是我的代码。我在 IntelliJ idea ERROR 中收到此错误:列“username”类型为整数,但表达式类型为字符变化。 还有我的部分代码。

var id: Long = 0,
var username: String = "",
var password: String = ""

当我的列是字符串时,这怎么可能? 谢谢。

mysql 休眠 异常 intellij-idea 嵌套

评论

0赞 Tim Biegeleisen 10/2/2023
请包含您的 MySQL 查询。错误消息是不言自明的。
0赞 Ali 10/2/2023
我不知道为什么用户名列在整数中,而我把它放在字符串中。你能指导我吗?

答: 暂无答案