AspectJ annotation-driven transaction manager mode.
Spring's AOP framework proxy transaction mode.
Spring's AOP framework proxy transaction mode. To be used as
parameter of )
Equivalent to mode="proxy" attribute of <tx:annotation-driven/>.
equivalent to proxy-target-class="true|false" attribute of
<tx:annotation-driven/>. If set to true, then class based proxies are used.
False means that standard JDK interface-based proxies should be created.
1.0
Base class for annotation-driven transaction manager modes: org.springframework.scala.transaction.function.AspectJTransactionMode and org.springframework.scala.transaction.function.ProxyTransactionMode
Base class for annotation-driven transaction manager modes: org.springframework.scala.transaction.function.AspectJTransactionMode and org.springframework.scala.transaction.function.ProxyTransactionMode
1.0
Defines additional FunctionalConfiguration elements for transaction support .
Defines additional FunctionalConfiguration elements for transaction support .
1.0
FunctionalConfiguration
Used to store default transaction manager name.
Used to store default transaction manager name.
1.0
AspectJ annotation-driven transaction manager mode. To be used as parameter of
org.springframework.scala.context.function.TransactionSupport.enableTransactionManagement()1.0