Transactional timeout documented as seconds in annotation javadoc
Issue: SPR-17226
This commit is contained in:
@@ -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