接口的使用
org.springframework.web.context.request.AsyncWebRequestInterceptor
使用AsyncWebRequestInterceptor的程序包 程序包 说明 org.springframework.orm.hibernate5.support Classes supporting theorg.springframework.orm.hibernate5package.org.springframework.orm.jpa.support Classes supporting theorg.springframework.orm.jpapackage.org.springframework.orm.hibernate5.support中AsyncWebRequestInterceptor的使用
实现AsyncWebRequestInterceptor的org.springframework.orm.hibernate5.support中的类 修饰符和类型 类 说明 classOpenSessionInViewInterceptorSpring web request interceptor that binds a HibernateSessionto the thread for the entire processing of the request.org.springframework.orm.jpa.support中AsyncWebRequestInterceptor的使用
实现AsyncWebRequestInterceptor的org.springframework.orm.jpa.support中的类 修饰符和类型 类 说明 classOpenEntityManagerInViewInterceptorSpring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request.