[OJB-developers] How to delete from a Collection?
Brought to you by:
thma
From: <ri...@ya...> - 2002-01-31 17:19:43
|
Hello all, How do i correctly delete an element from a Collection? If I have a parent, who has children, do I have to load the parent = first, remove the child from the parent's java Collection, and then = persist the parent? Can somebody send me some example code, please? Thanks in advance. Ricardo Arguello |