当前位置:   article > 正文

JPA 判断字段值NULL_jpa example某字段is null

jpa example某字段is null

由于又忘了,故备注于此。


字段值为NULL

sql:字段 is null 即可

但放到JPA 上,则是 :

restrictions = criteriaBuilder.and(restrictions, criteriaBuilder.isNull(root.get("store")));   //还有多种的其它用法,isEmpty,isFalse

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号