...法必须在一个事务中执行,也就是说调用的方法必须已经有一个事务,否则新抛出一个错 REQUIRESNEW :方法将在一个新的事务中执行,如果调用的方法已经在一个事务中,则暂停旧的事务。 SUPPORTS :如果方法在一个事务中被调用,则使用该事务,否则不使用事务。
基于4个网页-相关网页
The RequiresNew transaction type is different.
RequiresNew事务类型不同。
The RequiresNew transaction attribute is an interesting one.
RequiresNew事务属性非常有趣。
In the Container transaction type, select RequiresNew, select send method and click Finish.
在Container transaction type中选择RequiresNew,选择send方法并单击Finish。
应用推荐