Re: Deleting items in collection?
Sebastian Stein <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
Edson Carlos Ericksson Richter <[email protected]> [060824 21:44]: > I've been using RemovalAwareList in the descriptor, so I don't need to > take care of this in coding. I was able to fix it with the RemovalAwareList in the java code. I think one important point was that I called twice the store functionality, so: aObject.getBs().clear() aObject.store(); aObject.getAllBs(); aObject.store(); Sebastian