spring拦截关闭session

来源:互联网 发布:qq飞车黑夜传说数据 编辑:程序博客网 时间:2024/06/05 07:54

TransactionInterceptor.invoke

commitTransactionAfterReturning

commit

processCommit

cleanupAfterCompletion

doCleanupAfterCompletion

SessionFactoryUtils.closeSessionOrRegisterDeferredClose(session, getSessionFactory());

closeSession(session);