In some cases, I want to update only one column, but I do not want to get the object from the database, and I only have its identifier and value that I want to update.
Since the rest of the values ββare zero, sleep mode is updated, then as null. Some criteria are interesting for removing other columns from the update.
I read about dynamic-update = true and only unchanged properties excluded it. But null values ββare still present during my upgrade.
Does anyone have any ideas? Thank you Felipe
java sql hibernate
Felipe gutierrez
source share