HHH-11982 : AbstractSharedSessionContract#getInterceptor should not call checkTransactionSynchStatus()
This commit is contained in:
parent
a9b0305004
commit
d7f7a1baea
|
@ -236,7 +236,6 @@ public abstract class AbstractSharedSessionContract implements SharedSessionCont
|
|||
|
||||
@Override
|
||||
public Interceptor getInterceptor() {
|
||||
checkTransactionSynchStatus();
|
||||
return interceptor;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue