@Configuration @ConditionalOnWebApplication @ConditionalOnMissingBean(value={org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor.class,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.class}) protected static class JpaBaseConfiguration.JpaWebConfiguration extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
JpaBaseConfiguration.JpaWebConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor |
openEntityManagerInViewInterceptor() |
addArgumentResolvers, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, getMessageCodesResolver, getValidatorprotected JpaBaseConfiguration.JpaWebConfiguration()
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddInterceptors in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter@Bean public org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor openEntityManagerInViewInterceptor()
Copyright © 2013. All Rights Reserved.