Example usage for org.springframework.web.context.request AsyncWebRequestInterceptor interface-usage

List of usage examples for org.springframework.web.context.request AsyncWebRequestInterceptor interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.context.request AsyncWebRequestInterceptor interface-usage.

Usage

From source file org.springframework.data.neo4j.web.support.OpenSessionInViewInterceptor.java

/**
 * Spring web request interceptor that binds a Neo4j OGM Session to the
 * thread for the entire processing of the request. Intended for the "Open
 * Session in View" pattern, i.e. to allow for lazy loading in
 * web views despite the original transactions already being completed.
 * <p>This interceptor makes Neo4j OGM Sessions available via the current thread,

From source file org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor.java

/**
 * Spring web request interceptor that binds a Hibernate {@code Session} to the
 * thread for the entire processing of the request.
 *
 * <p>This class is a concrete expression of the "Open Session in View" pattern, which
 * is a pattern that allows for the lazy loading of associations in web views despite

From source file org.springframework.orm.hibernate43.support.OpenSessionInViewInterceptor.java

/**
 * Spring web request interceptor that binds a Hibernate {@code Session} to the
 * thread for the entire processing of the request.
 *
 * <p>This class is a concrete expression of the "Open Session in View" pattern, which
 * is a pattern that allows for the lazy loading of associations in web views despite

From source file org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor.java

/**
 * Spring web request interceptor that binds a Hibernate {@code Session} to the
 * thread for the entire processing of the request.
 *
 * <p>This class is a concrete expression of the "Open Session in View" pattern, which
 * is a pattern that allows for the lazy loading of associations in web views despite