インターフェースの使用
org.springframework.transaction.TransactionExecution
TransactionExecution を使用するパッケージ
パッケージ
説明
Spring のコアトランザクション管理 API(特定のトランザクション管理システムに依存しない)。Spring のトランザクションインフラストラクチャの例外階層。トランザクションマネージャー、定義、ステータスインターフェース。
リアクティブトランザクション管理のクラスをサポートします。
org.springframework.transaction パッケージのサポートクラス。
org.springframework.transaction 内の TransactionExecution 使用
org.springframework.transaction 内の TransactionExecution サブインターフェース修飾子と型インターフェース説明interface進行中のReactiveTransactionManagerトランザクションの表現。interface進行中のPlatformTransactionManagerトランザクションの表現。型 TransactionExecution のパラメーターを持つ org.springframework.transaction のメソッド修飾子と型メソッド説明default voidTransactionExecutionListener.afterBegin(TransactionExecution transaction, ThrowableSE beginFailure) トランザクション開始ステップ後のコールバック。default voidTransactionExecutionListener.afterCommit(TransactionExecution transaction, ThrowableSE commitFailure) トランザクションコミットステップ後のコールバック。default voidTransactionExecutionListener.afterRollback(TransactionExecution transaction, ThrowableSE rollbackFailure) トランザクションのロールバックステップ後のコールバック。default voidTransactionExecutionListener.beforeBegin(TransactionExecution transaction) トランザクション開始ステップ前のコールバック。default voidTransactionExecutionListener.beforeCommit(TransactionExecution transaction) トランザクションコミットステップ前のコールバック。default voidTransactionExecutionListener.beforeRollback(TransactionExecution transaction) トランザクションのロールバックステップの前のコールバック。org.springframework.transaction.reactive 内の TransactionExecution 使用
修飾子と型クラス説明classAbstractReactiveTransactionManagerによって使用されるReactiveTransactionインターフェースのデフォルト実装。org.springframework.transaction.support 内の TransactionExecution 使用
修飾子と型クラス説明classTransactionStatusインターフェースの抽象基本実装。classAbstractPlatformTransactionManagerによって使用されるTransactionStatusインターフェースのデフォルト実装。classシンプルなTransactionStatus実装。