Uses of Class
org.springframework.transaction.NoTransactionException
Packages that use NoTransactionException Package Description org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.org.springframework.transaction.reactive Support classes for reactive transaction management.Uses of NoTransactionException in org.springframework.transaction.interceptor
Methods in org.springframework.transaction.interceptor that throw NoTransactionException Modifier and Type Method Description protected static TransactionAspectSupport.TransactionInfoTransactionAspectSupport. currentTransactionInfo()Subclasses can use this to return the current TransactionInfo.static TransactionStatusTransactionAspectSupport. currentTransactionStatus()Return the transaction status of the current method invocation.Uses of NoTransactionException in org.springframework.transaction.reactive
Methods in org.springframework.transaction.reactive that throw NoTransactionException Modifier and Type Method Description static reactor.core.publisher.Mono<TransactionContext>TransactionContextManager. currentContext()Obtain the currentTransactionContextfrom the subscriber context or the transactional context holder.