ejb « Delete « JPA Q&A





1. How to execute bulk delete with relationship in EJB3    stackoverflow.com

I am trying to figure out how to execute a bulk delete on a @ManyToOne relationship without success. Scenario: Parent has many Downloads I want to execute a delete of all Downloads where the ...