public interface org.springframework.transaction.support.TransactionOperations
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.transaction.support.TransactionOperations
super_class: java.lang.Object
{
public abstract <T> T execute(org.springframework.transaction.support.TransactionCallback<T>);
descriptor: (Lorg/springframework/transaction/support/TransactionCallback;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.springframework.transaction.TransactionException
Signature: <T:Ljava/lang/Object;>(Lorg/springframework/transaction/support/TransactionCallback<TT;>;)TT;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
action
}
SourceFile: "TransactionOperations.java"