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?
Copyright © 2021 Jogjafile Inc.
Would have been nice to put the code here, did You try using @Transactional on the method?
also check this link which is similar to your question.