alesj
Aug 20th, 2004, 04:27 AM
I am using more DAO objects (working on the same SessionFactory) which all requre Hibernate transaction manager (via TransactionProxyFactoryBean).
Should my hibernateTransactionManager be a prototype bean?
What about working with Quartz? Since Hibernate transaction manager works on the same DataSource, will the same bean also be good for transactional purposes?
Thanx,
Ales
Should my hibernateTransactionManager be a prototype bean?
What about working with Quartz? Since Hibernate transaction manager works on the same DataSource, will the same bean also be good for transactional purposes?
Thanx,
Ales