Package org.jtester.core.context

Examples of org.jtester.core.context.TransactionManager.forceEnd()


      return;
    }
    try {
      // 强行结束已经存在的事务, 如果有?
      TransactionManager transactionManager = clazzLocal.get();
      transactionManager.forceEnd();
    } catch (Throwable e) {
      e.printStackTrace();
      // do nothing
    }
    clazzLocal.remove();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.