spring-framework / org.springframework.transaction.annotation / EnableTransactionManagement / order

order

val order: Int

Indicate the ordering of the execution of the transaction advisor when multiple advices are applied at a specific joinpoint.

The default is Ordered#LOWEST_PRECEDENCE.