Re: [Hibernate] dynamic update property is not working.

2006-08-03 Thread Max Rydahl Andersen
user questions should be asked on the user forum for forum.hibernate.org /max > > i am using Dynamic-update property in the mapping file of hibernate so > that > only the required columns are updated, but when i look at the log, all > the > columns are being updated, where as only the modife

[Hibernate] dynamic update property is not working.

2006-08-02 Thread shoaib_sham
i am using Dynamic-update property in the mapping file of hibernate so that only the required columns are updated, but when i look at the log, all the columns are being updated, where as only the modifed should have been updated as per meant by the use of Dynamic-update property. Can any one tell