StatelessSession « JPA « Spring Q&A





1. Hibernate's 3.1 StatelessSession support    forum.springsource.org

Hibernate's 3.1 StatelessSession support Since Hibernate 3.1 beta-something there is a special implementation of org.hibernate.Session that does not maintain an entity cache - org.hibernate.impl.StatelessSessionImpl. It can be created via call to ...

2. Hibernate 3 and StatelessSession    forum.springsource.org

Hibernate 3 and StatelessSession Hi, I've developed my dao layer using Hibernate 3, HibernateDaoSupport and transaction/session managed by Spring at the service layer (I do have services that do use daos, ...

3. Spring 2.5.1, Hibernate 3.2.5.ga and StatelessSession    forum.springsource.org

Spring 2.5.1, Hibernate 3.2.5.ga and StatelessSession Hi guys, Just wondered. I know the usual spring and hibernate setup and it works fine. But for the first time I want to be ...