Package org.joinfaces.autoconfigure.jpa
Class OrderedOpenEntityManagerInViewFilter
- java.lang.Object
 - 
- org.springframework.web.filter.GenericFilterBean
 - 
- org.springframework.web.filter.OncePerRequestFilter
 - 
- org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 - 
- org.joinfaces.autoconfigure.jpa.OrderedOpenEntityManagerInViewFilter
 
 
 
 
 
- 
- All Implemented Interfaces:
 Filter,Aware,BeanNameAware,DisposableBean,InitializingBean,OrderedFilter,EnvironmentAware,EnvironmentCapable,Ordered,ServletContextAware
public class OrderedOpenEntityManagerInViewFilter extends OpenEntityManagerInViewFilter implements OrderedFilter
Orderedvariant ofOpenEntityManagerInViewFilter. 
- 
- 
Field Summary
- 
Fields inherited from class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
DEFAULT_ENTITY_MANAGER_FACTORY_BEAN_NAME 
- 
Fields inherited from class org.springframework.web.filter.OncePerRequestFilter
ALREADY_FILTERED_SUFFIX 
- 
Fields inherited from class org.springframework.web.filter.GenericFilterBean
logger 
- 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE 
- 
Fields inherited from interface org.springframework.boot.web.servlet.filter.OrderedFilter
REQUEST_WRAPPER_FILTER_MAX_ORDER 
 - 
 
- 
Constructor Summary
Constructors Constructor Description OrderedOpenEntityManagerInViewFilter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()The order of this filter.voidsetOrder(int order)The order of this filter.- 
Methods inherited from class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
createEntityManager, doFilterInternal, getEntityManagerFactoryBeanName, getPersistenceUnitName, lookupEntityManagerFactory, lookupEntityManagerFactory, setEntityManagerFactoryBeanName, setPersistenceUnitName, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch 
- 
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter 
- 
Methods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext 
 - 
 
 -