インターフェースの使用
org.springframework.transaction.TransactionExecution
TransactionExecution を使用するパッケージ
パッケージ
説明
Spring のコアトランザクション管理 API(特定のトランザクション管理システムに依存しない)。Spring のトランザクションインフラストラクチャの例外階層。トランザクションマネージャー、定義、ステータスインターフェース。
宣言的なトランザクション区分のための AOP ベースのソリューション。
リアクティブトランザクション管理のクラスをサポートします。
org.springframework.transaction パッケージのサポートクラス。
org.springframework.transaction 内の TransactionExecution 使用
org.springframework.transaction 内の TransactionExecution サブインターフェース修飾子と型インターフェース説明interface進行中のReactiveTransactionManagerトランザクションの表現。interface進行中のPlatformTransactionManagerトランザクションの表現。型 TransactionExecution のパラメーターを持つ org.springframework.transaction のメソッド修飾子と型メソッド説明default voidTransactionExecutionListener.afterBegin(TransactionExecution transaction, @Nullable ThrowableSE beginFailure) トランザクション開始ステップ後のコールバック。default voidTransactionExecutionListener.afterCommit(TransactionExecution transaction, @Nullable ThrowableSE commitFailure) トランザクションコミットステップ後のコールバック。default voidTransactionExecutionListener.afterRollback(TransactionExecution transaction, @Nullable ThrowableSE rollbackFailure) トランザクションのロールバックステップ後のコールバック。default voidTransactionExecutionListener.beforeBegin(TransactionExecution transaction) トランザクション開始ステップ前のコールバック。default voidTransactionExecutionListener.beforeCommit(TransactionExecution transaction) トランザクションコミットステップ前のコールバック。default voidTransactionExecutionListener.beforeRollback(TransactionExecution transaction) トランザクションのロールバックステップの前のコールバック。org.springframework.transaction.interceptor 内の TransactionExecution 使用
型 TransactionExecution のパラメーターを持つ org.springframework.transaction.interceptor のメソッド修飾子と型メソッド説明default voidTransactionAspectSupport.InvocationCallback.onRollback(ThrowableSE failure, TransactionExecution execution) Callback method for rollback-triggering exceptions.型 TransactionExecution のパラメーターを持つ org.springframework.transaction.interceptor のコンストラクター修飾子コンストラクター説明MethodRollbackEvent(MethodInvocation invocation, ThrowableSE failure, TransactionExecution transaction) Create a new event for the given rolled-back method invocation.org.springframework.transaction.reactive 内の TransactionExecution 使用
修飾子と型クラス説明classAbstractReactiveTransactionManagerによって使用されるReactiveTransactionインターフェースのデフォルト実装。org.springframework.transaction.support 内の TransactionExecution 使用
修飾子と型クラス説明classTransactionStatusインターフェースの抽象基本実装。classAbstractPlatformTransactionManagerによって使用されるTransactionStatusインターフェースのデフォルト実装。classシンプルなTransactionStatus実装。