mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Fix typos for validateExistingTransaction
Closes gh-36767 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
committed by
Sam Brannen
parent
665c9ad7df
commit
cfb8dc6cc8
@@ -211,7 +211,7 @@ public interface TransactionDefinition {
|
||||
* to match the values of the same constants on {@link java.sql.Connection}.
|
||||
* <p>Exclusively designed for use with {@link #PROPAGATION_REQUIRED} or
|
||||
* {@link #PROPAGATION_REQUIRES_NEW} since it only applies to newly started
|
||||
* transactions. Consider switching the "validateExistingTransactions" flag to
|
||||
* transactions. Consider switching the "validateExistingTransaction" flag to
|
||||
* "true" on your transaction manager if you'd like isolation level declarations
|
||||
* to get rejected when participating in an existing transaction with a different
|
||||
* isolation level.
|
||||
|
||||
+1
-1
@@ -182,7 +182,7 @@ public @interface Transactional {
|
||||
* <p>Defaults to {@link Isolation#DEFAULT}.
|
||||
* <p>Exclusively designed for use with {@link Propagation#REQUIRED} or
|
||||
* {@link Propagation#REQUIRES_NEW} since it only applies to newly started
|
||||
* transactions. Consider switching the "validateExistingTransactions" flag to
|
||||
* transactions. Consider switching the "validateExistingTransaction" flag to
|
||||
* "true" on your transaction manager if you'd like isolation level declarations
|
||||
* to get rejected when participating in an existing transaction with a different
|
||||
* isolation level.
|
||||
|
||||
+2
-2
@@ -152,7 +152,7 @@ public class DefaultTransactionDefinition implements TransactionDefinition, Seri
|
||||
* in the TransactionDefinition interface. Default is PROPAGATION_REQUIRED.
|
||||
* <p>Exclusively designed for use with {@link #PROPAGATION_REQUIRED} or
|
||||
* {@link #PROPAGATION_REQUIRES_NEW} since it only applies to newly started
|
||||
* transactions. Consider switching the "validateExistingTransactions" flag to
|
||||
* transactions. Consider switching the "validateExistingTransaction" flag to
|
||||
* "true" on your transaction manager if you'd like isolation level declarations
|
||||
* to get rejected when participating in an existing transaction with a different
|
||||
* isolation level.
|
||||
@@ -194,7 +194,7 @@ public class DefaultTransactionDefinition implements TransactionDefinition, Seri
|
||||
* in the TransactionDefinition interface. Default is ISOLATION_DEFAULT.
|
||||
* <p>Exclusively designed for use with {@link #PROPAGATION_REQUIRED} or
|
||||
* {@link #PROPAGATION_REQUIRES_NEW} since it only applies to newly started
|
||||
* transactions. Consider switching the "validateExistingTransactions" flag to
|
||||
* transactions. Consider switching the "validateExistingTransaction" flag to
|
||||
* "true" on your transaction manager if you'd like isolation level declarations
|
||||
* to get rejected when participating in an existing transaction with a different
|
||||
* isolation level.
|
||||
|
||||
Reference in New Issue
Block a user