I was trying to update entries in the package using EntityManager but its entity is not getting updated for some reason. I was using entityManager.merge(entity) to update.
Any suggestions on how to fix or debug?
I was trying to update entries in the package using EntityManager but its entity is not getting updated for some reason. I was using entityManager.merge(entity) to update.
Any suggestions on how to fix or debug?