Hi all,
I does not know if I was understanting this wrong, but im my opinion when I call the UPDATE method on the Hibernate session, I want the Hibernate to UPDATE all fields that is not null and the fields that are NULL i want to stay with the values that are in the database.
Is there any way to do this ??
Imagine that I construct the POJO from a HTML form and for example I do not have the CREATION_TIMESTAMP field on the form. I will need to make a SELECT on the DB to retrieve the field and then call UPDATE with the field filled???
Thanks
|