readonly « JPA « Spring Q&A





1. Java / Hibernate - Write operations are not allowed in read-only mode    stackoverflow.com

I've been having an annoying exception a lot lately, and after some research on Google and this forum I still haven't found an answer that could solve my problem. Here's the thing ...

2. hibernate intercptor with readOnly flag    forum.springsource.org

hibernate intercptor with readOnly flag I am trying to audit hibernate read's using spring dispensed beans and a org.hibernate.Interceptor. Is it possible to have read only transactions and get "expected" (e.g. ...