Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2.2.
Spring version: 2.
Name and version of the database you are using:SQL Server 2005
Hi all,
I'm developing an applicatin with Spring and Hibernate. For test purposes, I'm working with only one table, the typical Users table. All works fine but when I update a field in the front-end, the query sent to the database include all fields in the update sentence. In my map, Users.hbm.xml dynamic-update is set to true. I don't understand why. I've tested with all possible values for optimistic-lock, but the problem persists. At this moment I'm lost, I don't know what to do.
Can anybody help me?
Kind regards.