0

Can the isolation level be changed per transaction if using Hibernate?

I want to add it to the following code:

int num = entityManager.createNamedQuery("deleteUserInfo")
    .setParameter("userId", userId).executeUpdate();
blackeyedcenter
  • 188
  • 1
  • 12

0 Answers0