Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
2.1.8
Just a general question I can't seem to find an answer to anywhere else. When I do a saveOrUpdate, I can see the generated sql update statement updates every single column. Is it possible to have it only update columns that have changed?
We have a lot of triggers for auditing and I'm concerned that they will not work as expected or have to be modified to check the before/after values for every column to see which ones really were updated.
THanks,
-scott