do not reset Session itself on "clear()" in order to properly interact with Open Session in View (SPR-8909)
This commit is contained in:
parent
d507c2b927
commit
2fa9ef9f5a
|
@ -73,7 +73,6 @@ public class SessionHolder extends ResourceHolderSupport {
|
|||
@Override
|
||||
public void clear() {
|
||||
super.clear();
|
||||
this.session = null;
|
||||
this.transaction = null;
|
||||
this.previousFlushMode = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue