When you use Hibernate for ORM and come across some functionality that requires multi threading, there are many pitfalls that might make life difficult for you. This blog will focus on those problems. Conclusion is: don’t use hibernate managed objects in multiple threads.
(more…)
Tags: Hibernate, lazy initialization exception, lost update, multi threading, transaction
Filed under General | 10 Comments »