Hibernate hql where子句

參考 http://www.imooc.com/learn/410 1、比較運算 1.1、比較運算符 =、<> 、<、>、<=、>= 1.2、null值比較 hql的 where c.description <> null 等價於 sql 的where c.description is not null hql的 where c.description = null 等價於 sql 的where
相關文章
相關標籤/搜索