Beginner |
|
Joined: Tue Mar 21, 2006 5:49 pm Posts: 20
|
I have small problem... I have a main object with one-to-one mapping to "children" objects... If I change one of the children object and call save on my main object, the children is save with it's updates but the version field of my main object is also incremented.. And this causes problem with optimistic locking for other saves...
Is there any ways to save my main object and not update the version field for the main object when the main object has not been changed?
Regards,
BTJ
_________________ Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
|
|