为什么hibernate 4不再有SessionFactoryUtils#applyTransactionTimeout

时间:2015-02-03 15:11:29

标签: java spring hibernate

大家好,我正在将遗留应用程序迁移到spring 4.x和hibernate 4.2.x。

到目前为止,一切都很顺利。

使用hibernate 3和spring 3,您可以使用org.springframework.orm.hibernate3.SessionFactoryUtils#applyTransactionTimeout(queryObject, sessionFactory)

hibernate 4的SessionFactoryUtils没有该方法。为什么?它不再需要了吗?我必须以不同的方式设置它吗?

0 个答案:

没有答案