HQL with parameters NoSuchMethodError

后端 未结 4 1891
旧巷少年郎
旧巷少年郎 2021-01-13 08:45

I am sure I am overlooking something obvious

the following static query works fine

hqlQuery = \"select user from User as user where user.id = \'useri         


        
4条回答
  •  星月不相逢
    2021-01-13 09:02

    Looks like you mixed incompatible versions of Hibernate jars (probably ANTLR jar has a wrong version).

提交回复
热议问题