public class SpringTransactionAnnotationParser extends ObjectSE implements TransactionAnnotationParser, SerializableSE
Transactional アノテーションを解析するための戦略の実装。| コンストラクターと説明 |
|---|
SpringTransactionAnnotationParser() |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE other) |
int | hashCode() |
TransactionAttribute | parseTransactionAnnotation(AnnotatedElementSE ae) 既知のアノテーション型に基づいて、指定されたメソッドまたはクラスのトランザクション属性を解析します。 |
protected TransactionAttribute | parseTransactionAnnotation(AnnotationAttributes attributes) |
TransactionAttribute | parseTransactionAnnotation(Transactional ann) |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE@Nullable public TransactionAttribute parseTransactionAnnotation(AnnotatedElementSE ae)
TransactionAnnotationParser これは基本的に、既知のトランザクションアノテーションを Spring のメタデータ属性クラスに解析します。メソッド / クラスがトランザクションでない場合、null を返します。
TransactionAnnotationParser の parseTransactionAnnotation ae - アノテーション付きのメソッドまたはクラス null AnnotationTransactionAttributeSource.determineTransactionAttribute(java.lang.reflect.AnnotatedElement)public TransactionAttribute parseTransactionAnnotation(Transactional ann)
protected TransactionAttribute parseTransactionAnnotation(AnnotationAttributes attributes)
public int hashCode()
ObjectSE の hashCodeSE