SSH
Mr__fang
无
展开
-
Hibernate使用sql语句查询
http://www.cnblogs.com/redant/archive/2010/01/28/1658479.htmlhttp://www.cnblogs.com/tanglin_boy/archive/2010/01/18/1650871.html转载 2012-05-16 17:16:53 · 590 阅读 · 0 评论 -
applicationContext.xml
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:aop="http://www.springframewo原创 2013-02-26 11:28:04 · 561 阅读 · 0 评论 -
main获得Spring配置文件中的bean
Resource resource = new ClassPathResource("../applicationContext.xml"); BeanFactory factory = new XmlBeanFactory(resource); interceptionNeedInfo = (IInterceptionNeedInfo)factory.getBean("intercept原创 2013-02-26 11:34:29 · 855 阅读 · 0 评论