1
vote
4answers
2k views
Hibernate and Spring transactions - using private constructors/static factory methods
We have a Hibernate/Spring application that have the following Spring beans:
<bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager" …
