This RRS transactional mode is automatically exploited when a local gateway is used.
当使用本地网关时,将自动利用此RRS事务模式。
Okay, so if that is the case, what does the @Transactional annotation do in Listing 6 when the read-only flag is set and the propagation mode is set to REQUIRED?
如果是这样的话,清单6 中的 @Transactional注释在设置了只读标志且传播模式被设置为REQUIRED时,它的作用是什么呢?
The default transactional behavior is auto-commit mode, where each statement is committed as it is sent to the target server.
默认的事务行为是自动提交模式。在该模式下,每个语句在发送到目标服务器时进行提交。
Whether this transaction is encompassing a batch of operations. If we're in batch mode, transactional operations from non-batch callers are ignored.
当前的事务是否包含一个批处理操作,如果我们当前处在批处理模式,非批处理事务性请求会忽略。
Whether this transaction is encompassing a batch of operations. If we're in batch mode, transactional operations from non-batch callers are ignored.
当前的事务是否包含一个批处理操作,如果我们当前处在批处理模式,非批处理事务性请求会忽略。
应用推荐