Hibernate version:
3.1
Hello,
From what i can see, session management is handled by the container on hibernate 3.x. My question is, how does that impact the thread local pattern as we used it in 2.1? Do we still have to explicitly close a threadlocal session explicitly (counting open/close calls) or is the almighty container also responsible for this? I really like not passing sessions around between EJBs/DAOs, but i'm not sure about how to use the threadlocal from my business methods in 3.x.
Thanks,
Manos
|