Hibernate Transaction Safetyness

2013-08-27 Thread Martin Kersten
Hi there, after my struggle with the current @CommitAfter implementation and the transaction handling I was able to fix it for the actual project I am working on. I found several places where my coworker and introduced bugs because of the current (flawed) implementation of @CommitAfter. (For

Re: Hibernate Transaction Safetyness

2013-08-27 Thread Martin Kersten
I also now have true read only transaction that set the underlying jdbc connection to read only and FlushMode.Never for the session. And yes the read only transactions are also committed so you do not spam your database logs with rollback information. 2013/8/27 Martin Kersten > Hi there, > > >