クラス TransactionAspectSupport.TransactionInfo
java.lang.ObjectSE
org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
- 含まれているクラス:
- TransactionAspectSupport
トランザクション情報を保持するために使用される不透明なオブジェクト。サブクラスは、このクラスのメソッドにそれを渡す必要がありますが、その内部は表示されません。
コンストラクターのサマリー
コンストラクター説明TransactionInfo
(PlatformTransactionManager transactionManager, TransactionAttribute transactionAttribute, StringSE joinpointIdentification) メソッドのサマリー
修飾子と型メソッド説明ロギングで使用するために、このジョインポイントの文字列表現(通常はメソッド呼び出し)を返します。boolean
トランザクションがこのアスペクトによって作成されたかどうか、ThreadLocal スタックの整合性を維持するためのプレースホルダーだけがあるかどうかを返します。void
toString()
コンストラクターの詳細
TransactionInfo
public TransactionInfo(@Nullable PlatformTransactionManager transactionManager, @Nullable TransactionAttribute transactionAttribute, StringSE joinpointIdentification)
メソッドの詳細
getTransactionManager
getTransactionAttribute
getJoinpointIdentification
ロギングで使用するために、このジョインポイントの文字列表現(通常はメソッド呼び出し)を返します。newTransactionStatus
getTransactionStatus
hasTransaction
public boolean hasTransaction()トランザクションがこのアスペクトによって作成されたかどうか、ThreadLocal スタックの整合性を維持するためのプレースホルダーだけがあるかどうかを返します。toString