Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个奇怪的问题Intellij IDEA 14 ultimate
Intellij IDEA 14 ultimate
在这里我的createQuery()论点是 in String,但 IDE 会出错:
createQuery()
String
该from Book where isbn= :isbn行在" ".
from Book where isbn= :isbn
" "
IntelliJ 在这里抱怨,因为它在数据源中找不到这个表和行。您需要打开名为Datasources
Datasources
并在那里添加您的数据库。然后 intelliJ 将解析名称,这不会突出显示为红色。
其他替代方法是禁用 SQL 语言注入字符串: