我正在使用以下hibernate查詢並出現錯誤。你能幫我解決這個錯誤嗎?產品與高音單元有一對多的關係,因此p.tweets的類型是「List」。使用'is null'休眠查詢語言錯誤
查詢==>
@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'.