Project

General

Profile

task #6775

Updated by Andreas Kohlbecker almost 7 years ago

 
 OpenSessionInViewFilter (org.springframework.orm.hibernate5.support.OpenSessionInViewFilter): OpenSessionInViewFilter: Servlet Filter that binds a Hibernate Session to the thread for the entire processing of the request. 

 https://developer.jboss.org/wiki/OpenSessionInView 

 This would allow us simplifying the controllers a lot. Initstrategies would no longer be needed to avoid LazyInitializationException

Back