Please Help me as soon as possible. I tried with changing the hbm file configuration like dynamic-update ="true", But it is not working. Thanks in advance.
Asked
Active
Viewed 330 times
1 Answers
0
- Load the entity
- Modify the property that corresponds to that column accordingly
- Save the entity
If you have a timestamp column (for optimisting locking) it will be modified as well, but this should not be undesirable.
IIRC dynamic-insert and dynamic-update are used to exclude null property columns from the insert / update sql statements.

dkateros
- 1,574
- 10
- 14