Way to cleanup Repository of Query Deleted Entities #9908
Unanswered
Hanmac
asked this question in
Support Questions
Replies: 1 comment 3 replies
-
Clear the entity manager. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i have some Query made with Query Builder where i mass delete some entities where their id is not a certain value (plus other condition)
now i have the problem that the Repository, the EntityManager and the UnitOfWork does still remember the old entities, so the cheep actions like refresh or find by id doesn't work.
Now i would like a way for ORM to better refresh and forget the deleted entities.
Beta Was this translation helpful? Give feedback.
All reactions