mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Transactional timeout documented as seconds in annotation javadoc
Issue: SPR-17226
(cherry picked from commit 8c6f3505c4)
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ public @interface Transactional {
|
||||
Isolation isolation() default Isolation.DEFAULT;
|
||||
|
||||
/**
|
||||
* The timeout for this transaction.
|
||||
* The timeout for this transaction (in seconds).
|
||||
* <p>Defaults to the default timeout of the underlying transaction system.
|
||||
* <p>Exclusively designed for use with {@link Propagation#REQUIRED} or
|
||||
* {@link Propagation#REQUIRES_NEW} since it only applies to newly started
|
||||
|
||||
Reference in New Issue
Block a user