Jpa Hibernate: Reading updated values problem
问题 I develop an project using JPA along with Hibernate and I have two threads: Thread A: is always reading and outputs the differences Thread B: has some write operations and one transaction which is committed after finishing writing data If I delete data or insert new data from/in the database, after committing transactions from Thread B, in Thread A I see the differences, that some data was removed or added. My problem is when I update existing data: after committing, Thread A doesn't see the