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>

相關文章
相關標籤/搜索