Uses of Interface
org.springframework.web.context.request.AsyncWebRequestInterceptor
Packages that use AsyncWebRequestInterceptor Package Description org.springframework.orm.hibernate5.support Classes supporting theorg.springframework.orm.hibernate5package.org.springframework.orm.jpa.support Classes supporting theorg.springframework.orm.jpapackage.Uses of AsyncWebRequestInterceptor in org.springframework.orm.hibernate5.support
Classes in org.springframework.orm.hibernate5.support that implement AsyncWebRequestInterceptor Modifier and Type Class Description classOpenSessionInViewInterceptorSpring web request interceptor that binds a HibernateSessionto the thread for the entire processing of the request.Uses of AsyncWebRequestInterceptor in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement AsyncWebRequestInterceptor Modifier and Type Class Description classOpenEntityManagerInViewInterceptorSpring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request.