我正在使用以下 Hibernate 查询并出现错误。产品与高音扬声器具有一对多关系,因此 p.tweets 的类型为 "List" 。
询问:
@NamedQuery(
name="getAllProductsWithNoTweets",
query="From Product p where p.tweets is null"
)
错误是:
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near the keyword 'is'.