I want to update a column in DB to null using hibernate update query, instead of load all the object and saving it again.
My query is:-
update Patientadmission pa set pa.to_time=? where pa.admissionid=?, by sending null value directly to to_time column, it is giving error.
can you please help me, Faster respose can be appreciated.
"somu somu " welcome to Javaranch please check your private messages for an important administrative matter. You can check them by clicking the My Private Messages link above.