Browse Source
We now correctly obtain a list of entities to be deleted and remove those through EntityManager.remove(…). Previously, we've erroneously used executeUpdate(…) that is intended for string-based queries only. Closes #4102pull/4108/head
7 changed files with 45 additions and 3 deletions
Loading…
Reference in new issue