public interface org.springframework.transaction.PlatformTransactionManager extends org.springframework.transaction.TransactionManager
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.transaction.PlatformTransactionManager
  super_class: java.lang.Object
{
  public abstract org.springframework.transaction.TransactionStatus getTransaction(org.springframework.transaction.TransactionDefinition);
    descriptor: (Lorg/springframework/transaction/TransactionDefinition;)Lorg/springframework/transaction/TransactionStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.transaction.TransactionException
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      definition  

  public abstract void commit(org.springframework.transaction.TransactionStatus);
    descriptor: (Lorg/springframework/transaction/TransactionStatus;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.transaction.TransactionException
    MethodParameters:
        Name  Flags
      status  

  public abstract void rollback(org.springframework.transaction.TransactionStatus);
    descriptor: (Lorg/springframework/transaction/TransactionStatus;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.transaction.TransactionException
    MethodParameters:
        Name  Flags
      status  
}
SourceFile: "PlatformTransactionManager.java"