in和hibernate中的查询

qhhrdooz  于 2021-07-08  发布在  Java
关注(0)|答案(0)|浏览(212)

我想使用hibernate查询spring boot。但我试过的条件和标准,但似乎不起作用。
我要进行sql查询: SELECT * FROM db1_test.device where user_id in " + customerIds + ") and 'app_id' like '%text-v2% 如果我把这个输入mysql,它应该是工作。 user_id 是用户键入的字符串。
我有个错误:

org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题