Generated by
JDiff

Class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter

Added Methods
boolean shouldNotFilterAsyncDispatch() Returns "false" so that the filter may re-bind the opened {@code EntityManager} to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
boolean shouldNotFilterErrorDispatch() Returns "false" so that the filter may provide an {@code EntityManager} to each error dispatches.