Uses of Class
org.springframework.transaction.NoTransactionException
Packages that use NoTransactionException
Package
Description
AOP-based solution for declarative transaction demarcation.
Support classes for reactive transaction management.
-
Uses of NoTransactionException in org.springframework.transaction.interceptor
Methods in org.springframework.transaction.interceptor that throw NoTransactionExceptionModifier and TypeMethodDescriptionprotected 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 NoTransactionExceptionModifier and TypeMethodDescriptionstatic reactor.core.publisher.Mono<TransactionContext>TransactionContextManager.currentContext()Obtain the currentTransactionContextfrom the subscriber context or the transactional context holder.