HQL current time like NOW() in PostgreSQL

If you want to set the actual timestamp to a field in HQL just use

current_timestamp()

instead of setting it in your code via a param.

Leave a Comment