摘要:
ApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(request.getSession().getServletContext());SqlSessionFactory fact = (SqlSessionFactory)ctx.getBean("sqlSessionFactory2");Collection coll = fact.getConfiguration().getMappedStatementNames();for(String name : coll) l 阅读全文
posted @ 2013-11-06 13:34
yiyi_2
阅读(448)
评论(0)
推荐(0)
浙公网安备 33010602011771号