hibernate transaction safety (with, without JBoss)
- by Andy Nuss
Hi,
I am currently using just Hibernate and tomcat (no JBoss), and have hibernate transactions which I'm not clear on what transaction safety level I'm actually using, especially for those which read and get values and then update them). Thus I might be getting dirty reads?
So I'm going to start having to study my transactions that require…