直接使用 != 就可以了。也可以用<>.另外关于null值不会进行比较不等的。例:条件 (名字不是小明)HQL: ( name != '小明' or name is null )
<>好像 != 也可以
FORM pojo WHERE pojo.field <> xxx