1. How to execute bulk delete with relationship in EJB3 stackoverflow.comI 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 ... |