Generated by
JDiff

Class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter

Added Methods
boolean shouldNotFilterAsyncDispatch() Returns "false" so that the filter may re-bind the opened Hibernate {@code Session} 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 a Hibernate {@code Session} to each error dispatches.