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
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