class io.ebeaninternal.server.core.ObtainedTransaction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.core.ObtainedTransaction
  super_class: java.lang.Object
{
  final io.ebeaninternal.api.SpiTransaction transaction;
    descriptor: Lio/ebeaninternal/api/SpiTransaction;
    flags: (0x0010) ACC_FINAL

  void <init>(io.ebeaninternal.api.SpiTransaction);
    descriptor: (Lio/ebeaninternal/api/SpiTransaction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
        start local 1 // io.ebeaninternal.api.SpiTransaction t
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 1 /* t */
            putfield io.ebeaninternal.server.core.ObtainedTransaction.transaction:Lio/ebeaninternal/api/SpiTransaction;
         2: .line 21
            return
        end local 1 // io.ebeaninternal.api.SpiTransaction t
        end local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/server/core/ObtainedTransaction;
            0    3     1     t  Lio/ebeaninternal/api/SpiTransaction;
    MethodParameters:
      Name  Flags
      t     

  public io.ebeaninternal.api.SpiTransaction transaction();
    descriptor: ()Lio/ebeaninternal/api/SpiTransaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
         0: .line 27
            aload 0 /* this */
            getfield io.ebeaninternal.server.core.ObtainedTransaction.transaction:Lio/ebeaninternal/api/SpiTransaction;
            areturn
        end local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/core/ObtainedTransaction;

  public void commitIfCreated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
         0: .line 35
            return
        end local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/core/ObtainedTransaction;

  public void endIfCreated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
         0: .line 42
            return
        end local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/core/ObtainedTransaction;

  public void clearIfCreated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
         0: .line 46
            return
        end local 0 // io.ebeaninternal.server.core.ObtainedTransaction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/core/ObtainedTransaction;
}
SourceFile: "ObtainedTransaction.java"