select * from Event where (:nameisnullorname = :name)
It will then thrown :
Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying = bytea
Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Change to use Hibernate specific API does not have such problem.