Description
I have an entity which has a timestamp column. On every update to the record in that table (using save() method) I need to set that column to the SYSDATE. I would like to add columnName=SYSDATE while constructing the query itself i.e. Criteria from which the query gets formed.