I want to use hibernate against an existing database. I need to mostly read data from the db and very occasionally modify a field.
I want to be able to update a single field in the row, but i need to make sure that all the other fields are not touched.
Does hibernate guarantee that a field will be written back the same as it was written (assuming i haven't modified the object)