事务方式 meaning in Chinese
transactional mode
Examples
- Execute non - transactionally , throw an exception if a transaction exists
以非事务方式执行操作,如果当前存在事务,抛出异常。 - Execute non - transactionally , suspending the current transaction if one exists
以非事务方式执行操作,如果当前存在事务,把当前事务挂起。 - Support a current transaction , execute non - transactionally if none exists
支持一个当前事务,如果当前不存在事务,就以非事务方式执行操作。 - Methods process requests transactionally , so that if a single add or remove fails , the entire operation is aborted
方法以事务方式处理请求,因此如果单个添加或移除失败,则中止整个操作。 - In order for a web service to be part of a long message exchange , it s important to clearly define when the message exchange is actually triggered , when it s considered to terminate , and which parts of it can be considered as managed in a transactional way
为了让web服务成为长信息交换的一部分,清楚地定义信息交换什么时候开始触发,什么时候考虑终止,考虑哪个部分以事务方式管理,这些问题都是很重要的。