码迷,mamicode.com
首页 > 编程语言 > 详细

Spring定时器调用Hibernate方法无法获得SessionFactory的解决办法

时间:2017-11-10 10:56:40      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:ati   cat   web   解决   spring   ext   因此   loader   actor   

由于在Spring定时器中无法通过注解的方式获取bean,因此需要通过原生的方式获取。获取session的方式如下:
WebApplicationContext wac = ContextLoader.getCurrentWebApplicationContext(); 
SessionFactory factory=wac.getBean(SessionFactory.class);
Session session=factory.openSession();

Spring定时器调用Hibernate方法无法获得SessionFactory的解决办法

标签:ati   cat   web   解决   spring   ext   因此   loader   actor   

原文地址:http://www.cnblogs.com/heyesp/p/7813163.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!