Joined: Thu Jan 29, 2004 2:27 pm Posts: 2
|
I load a parent with a collection of children from db. If I remove one of item from the collection and persist the parent object to db. The item which I removed are still in db.
If I have create a Interceptor implementation and print out the collection on 'findDirty' method, the currentState & previousState on the collection are same. I am not sure how to fix this. I try the BLog example from reference document. It is same.
Any suggestion or help will be appreciated.
|
|