spring解决hibenate中懒加载问题

1.  导入spring-orm-3.1.2.RELEASE.jarweb

2. 在web.xml中加入: (注意 该过滤器要放在struts过滤器的前面)spring

<filter>app

<filter-name>OpenSessionInViewFilter</filter-name>jsp

<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>url

</filter>spa

<filter-mapping>hibernate

<filter-name>OpenSessionInViewFilter</filter-name>orm

<url-pattern>*.do</url-pattern>xml

<url-pattern>*.jsp</url-pattern>io

</filter-mapping>

相关文章
相关标签/搜索