使用hibernate怎么取出某个字段为空的记录

2024-12-23 06:59:18
推荐回答(2个)
回答1:

hql 语句 from 实体 where 属性 = null

回答2:

什么意思?
hibernate取出的都是映射表的对象
对象中某个字段为空这很正常