- java.lang.Object
-
- org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
- org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
-
- All Implemented Interfaces:
- org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Enclosing class:
- JpaBaseConfiguration
@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
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor |
openEntityManagerInViewInterceptor() |
-
Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
addArgumentResolvers, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, getMessageCodesResolver, getValidator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.