index « Delete « JPA Q&A





1. delete failure in indexed many-to-many relationship    forum.hibernate.org

Newbie Joined: Tue Dec 16, 2003 12:02 pm Posts: 14 Location: Geneva, Switzerland I am trying to define an m,n relationship: Reference * <-> * Component to delete the link , and only the link, between a reference and a component I do: component.getReferences().remove(reference); Hibernate executes: delete from ...