Does hibernate convert column != null in HQL to a column is null in SQL?
column != null
column is null
No. See also this link Handle conditional null in HQL for tips and tricks on how to handle comparisons with both null and non-null values.