Polishing
This commit is contained in:
@@ -358,10 +358,10 @@ public class TransactionSynchronizationManager {
|
||||
* Return whether there currently is an actual transaction active.
|
||||
* This indicates whether the current context is associated with an actual
|
||||
* transaction rather than just with active transaction synchronization.
|
||||
* <p>To be called by resource management code that wants to discriminate
|
||||
* between active transaction synchronization (with or without backing
|
||||
* <p>To be called by resource management code that wants to differentiate
|
||||
* between active transaction synchronization (with or without a backing
|
||||
* resource transaction; also on PROPAGATION_SUPPORTS) and an actual
|
||||
* transaction being active (with backing resource transaction;
|
||||
* transaction being active (with a backing resource transaction;
|
||||
* on PROPAGATION_REQUIRED, PROPAGATION_REQUIRES_NEW, etc).
|
||||
* @see #isSynchronizationActive()
|
||||
*/
|
||||
|
||||
@@ -426,10 +426,10 @@ public abstract class TransactionSynchronizationManager {
|
||||
* Return whether there currently is an actual transaction active.
|
||||
* This indicates whether the current thread is associated with an actual
|
||||
* transaction rather than just with active transaction synchronization.
|
||||
* <p>To be called by resource management code that wants to discriminate
|
||||
* between active transaction synchronization (with or without backing
|
||||
* <p>To be called by resource management code that wants to differentiate
|
||||
* between active transaction synchronization (with or without a backing
|
||||
* resource transaction; also on PROPAGATION_SUPPORTS) and an actual
|
||||
* transaction being active (with backing resource transaction;
|
||||
* transaction being active (with a backing resource transaction;
|
||||
* on PROPAGATION_REQUIRED, PROPAGATION_REQUIRES_NEW, etc).
|
||||
* @see #isSynchronizationActive()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user