0

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?

Shivam
  • 63
  • 9

1 Answers1

0

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.

Md9
  • 23
  • 6