Class JpaWebAutoConfiguration

java.lang.Object
org.joinfaces.autoconfigure.jpa.JpaWebAutoConfiguration

Spring Boot will by default register a OpenEntityManagerInViewInterceptor to apply the "Open EntityManager in View" pattern, i.e. to allow for lazy loading in web views.

Unfortunately the Interceptor doesn't work for JSF, so this AutoConfiguration registers a OpenEntityManagerInViewFilter instead.

See Also: