public abstract class io.ebeaninternal.api.SpiTransactionProxy implements io.ebeaninternal.api.SpiTransaction
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.ebeaninternal.api.SpiTransactionProxy
  super_class: java.lang.Object
{
  protected io.ebeaninternal.api.SpiTransaction transaction;
    descriptor: Lio/ebeaninternal/api/SpiTransaction;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public javax.persistence.PersistenceException translate(java.lang.String, java.sql.SQLException);
    descriptor: (Ljava/lang/String;Ljava/sql/SQLException;)Ljavax/persistence/PersistenceException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String message
        start local 2 // java.sql.SQLException cause
         0: .line 28
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* message */
            aload 2 /* cause */
            invokeinterface io.ebeaninternal.api.SpiTransaction.translate:(Ljava/lang/String;Ljava/sql/SQLException;)Ljavax/persistence/PersistenceException;
            areturn
        end local 2 // java.sql.SQLException cause
        end local 1 // java.lang.String message
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    1     1  message  Ljava/lang/String;
            0    1     2    cause  Ljava/sql/SQLException;
    MethodParameters:
         Name  Flags
      message  
      cause    

  public long getStartNanoTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 33
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getStartNanoTime:()J
            lreturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setLabel(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String label
         0: .line 38
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* label */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setLabel:(Ljava/lang/String;)V
         1: .line 39
            return
        end local 1 // java.lang.String label
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  label  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      label  

  public java.lang.String getLabel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 43
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getLabel:()Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void commitAndContinue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 48
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.commitAndContinue:()V
         1: .line 49
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isRollbackOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 53
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isRollbackOnly:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setNestedUseSavepoint();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 58
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.setNestedUseSavepoint:()V
         1: .line 59
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isNestedUseSavepoint();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 63
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isNestedUseSavepoint:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public long profileOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 68
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.profileOffset:()J
            lreturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void profileEvent(io.ebeaninternal.api.SpiProfileTransactionEvent);
    descriptor: (Lio/ebeaninternal/api/SpiProfileTransactionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebeaninternal.api.SpiProfileTransactionEvent event
         0: .line 73
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* event */
            invokeinterface io.ebeaninternal.api.SpiTransaction.profileEvent:(Lio/ebeaninternal/api/SpiProfileTransactionEvent;)V
         1: .line 74
            return
        end local 1 // io.ebeaninternal.api.SpiProfileTransactionEvent event
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  event  Lio/ebeaninternal/api/SpiProfileTransactionEvent;
    MethodParameters:
       Name  Flags
      event  

  public void setProfileStream(io.ebeaninternal.server.transaction.ProfileStream);
    descriptor: (Lio/ebeaninternal/server/transaction/ProfileStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebeaninternal.server.transaction.ProfileStream profileStream
         0: .line 78
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* profileStream */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setProfileStream:(Lio/ebeaninternal/server/transaction/ProfileStream;)V
         1: .line 79
            return
        end local 1 // io.ebeaninternal.server.transaction.ProfileStream profileStream
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  profileStream  Lio/ebeaninternal/server/transaction/ProfileStream;
    MethodParameters:
               Name  Flags
      profileStream  

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

  public void setProfileLocation(io.ebean.ProfileLocation);
    descriptor: (Lio/ebean/ProfileLocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebean.ProfileLocation profileLocation
         0: .line 88
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* profileLocation */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setProfileLocation:(Lio/ebean/ProfileLocation;)V
         1: .line 89
            return
        end local 1 // io.ebean.ProfileLocation profileLocation
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  profileLocation  Lio/ebean/ProfileLocation;
    MethodParameters:
                 Name  Flags
      profileLocation  

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

  public void setTenantId(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.Object tenantId
         0: .line 98
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* tenantId */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setTenantId:(Ljava/lang/Object;)V
         1: .line 99
            return
        end local 1 // java.lang.Object tenantId
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  tenantId  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      tenantId  

  public java.lang.Object getTenantId();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 103
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getTenantId:()Ljava/lang/Object;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public io.ebeanservice.docstore.api.DocStoreTransaction getDocStoreTransaction();
    descriptor: ()Lio/ebeanservice/docstore/api/DocStoreTransaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 108
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getDocStoreTransaction:()Lio/ebeanservice/docstore/api/DocStoreTransaction;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public io.ebean.annotation.DocStoreMode getDocStoreMode();
    descriptor: ()Lio/ebean/annotation/DocStoreMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 113
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getDocStoreMode:()Lio/ebean/annotation/DocStoreMode;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setDocStoreMode(io.ebean.annotation.DocStoreMode);
    descriptor: (Lio/ebean/annotation/DocStoreMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebean.annotation.DocStoreMode mode
         0: .line 118
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* mode */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setDocStoreMode:(Lio/ebean/annotation/DocStoreMode;)V
         1: .line 119
            return
        end local 1 // io.ebean.annotation.DocStoreMode mode
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  mode  Lio/ebean/annotation/DocStoreMode;
    MethodParameters:
      Name  Flags
      mode  

  public int getDocStoreBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 123
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getDocStoreBatchSize:()I
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setDocStoreBatchSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // int batchSize
         0: .line 128
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* batchSize */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setDocStoreBatchSize:(I)V
         1: .line 129
            return
        end local 1 // int batchSize
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public java.lang.String getLogPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 133
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getLogPrefix:()Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isLogSql();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 138
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isLogSql:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isLogSummary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 143
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isLogSummary:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void logSql(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String msg
         0: .line 148
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* msg */
            invokeinterface io.ebeaninternal.api.SpiTransaction.logSql:(Ljava/lang/String;)V
         1: .line 149
            return
        end local 1 // java.lang.String msg
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void logSummary(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String msg
         0: .line 153
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* msg */
            invokeinterface io.ebeaninternal.api.SpiTransaction.logSummary:(Ljava/lang/String;)V
         1: .line 154
            return
        end local 1 // java.lang.String msg
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void setSkipCache(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean skipCache
         0: .line 158
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* skipCache */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setSkipCache:(Z)V
         1: .line 159
            return
        end local 1 // boolean skipCache
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  skipCache  Z
    MethodParameters:
           Name  Flags
      skipCache  

  public boolean isSkipCacheExplicit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 163
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isSkipCacheExplicit:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isSkipCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 168
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isSkipCache:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void addBeanChange(io.ebean.event.changelog.BeanChange);
    descriptor: (Lio/ebean/event/changelog/BeanChange;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebean.event.changelog.BeanChange beanChange
         0: .line 173
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* beanChange */
            invokeinterface io.ebeaninternal.api.SpiTransaction.addBeanChange:(Lio/ebean/event/changelog/BeanChange;)V
         1: .line 174
            return
        end local 1 // io.ebean.event.changelog.BeanChange beanChange
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  beanChange  Lio/ebean/event/changelog/BeanChange;
    MethodParameters:
            Name  Flags
      beanChange  

  public void sendChangeLog(io.ebean.event.changelog.ChangeSet);
    descriptor: (Lio/ebean/event/changelog/ChangeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebean.event.changelog.ChangeSet changes
         0: .line 178
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* changes */
            invokeinterface io.ebeaninternal.api.SpiTransaction.sendChangeLog:(Lio/ebean/event/changelog/ChangeSet;)V
         1: .line 179
            return
        end local 1 // io.ebean.event.changelog.ChangeSet changes
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  changes  Lio/ebean/event/changelog/ChangeSet;
    MethodParameters:
         Name  Flags
      changes  

  public void registerDeferred(io.ebeaninternal.server.core.PersistDeferredRelationship);
    descriptor: (Lio/ebeaninternal/server/core/PersistDeferredRelationship;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebeaninternal.server.core.PersistDeferredRelationship derived
         0: .line 183
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* derived */
            invokeinterface io.ebeaninternal.api.SpiTransaction.registerDeferred:(Lio/ebeaninternal/server/core/PersistDeferredRelationship;)V
         1: .line 184
            return
        end local 1 // io.ebeaninternal.server.core.PersistDeferredRelationship derived
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  derived  Lio/ebeaninternal/server/core/PersistDeferredRelationship;
    MethodParameters:
         Name  Flags
      derived  

  public void registerDeleteBean(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.Integer hash
         0: .line 188
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* hash */
            invokeinterface io.ebeaninternal.api.SpiTransaction.registerDeleteBean:(Ljava/lang/Integer;)V
         1: .line 189
            return
        end local 1 // java.lang.Integer hash
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  hash  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      hash  

  public boolean isRegisteredDeleteBean(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.Integer hash
         0: .line 193
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* hash */
            invokeinterface io.ebeaninternal.api.SpiTransaction.isRegisteredDeleteBean:(Ljava/lang/Integer;)Z
            ireturn
        end local 1 // java.lang.Integer hash
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    1     1  hash  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      hash  

  public void unregisterBeans();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 198
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.unregisterBeans:()V
         1: .line 199
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isRegisteredBean(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.Object bean
         0: .line 203
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* bean */
            invokeinterface io.ebeaninternal.api.SpiTransaction.isRegisteredBean:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object bean
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    1     1  bean  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      bean  

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 208
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getId:()Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void register(io.ebean.TransactionCallback);
    descriptor: (Lio/ebean/TransactionCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebean.TransactionCallback callback
         0: .line 213
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* callback */
            invokeinterface io.ebeaninternal.api.SpiTransaction.register:(Lio/ebean/TransactionCallback;)V
         1: .line 214
            return
        end local 1 // io.ebean.TransactionCallback callback
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  callback  Lio/ebean/TransactionCallback;
    MethodParameters:
          Name  Flags
      callback  

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 218
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isReadOnly:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setReadOnly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean readOnly
         0: .line 223
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* readOnly */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setReadOnly:(Z)V
         1: .line 224
            return
        end local 1 // boolean readOnly
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  readOnly  Z
    MethodParameters:
          Name  Flags
      readOnly  

  public boolean isActive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 228
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isActive:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setPersistCascade(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean persistCascade
         0: .line 233
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* persistCascade */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setPersistCascade:(Z)V
         1: .line 234
            return
        end local 1 // boolean persistCascade
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  persistCascade  Z
    MethodParameters:
                Name  Flags
      persistCascade  

  public void setUpdateAllLoadedProperties(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean updateAllLoaded
         0: .line 238
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* updateAllLoaded */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setUpdateAllLoadedProperties:(Z)V
         1: .line 239
            return
        end local 1 // boolean updateAllLoaded
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  updateAllLoaded  Z
    MethodParameters:
                 Name  Flags
      updateAllLoaded  

  public java.lang.Boolean isUpdateAllLoadedProperties();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 243
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isUpdateAllLoadedProperties:()Ljava/lang/Boolean;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setBatchMode(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean useBatch
         0: .line 248
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* useBatch */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchMode:(Z)V
         1: .line 249
            return
        end local 1 // boolean useBatch
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  useBatch  Z
    MethodParameters:
          Name  Flags
      useBatch  

  public boolean isBatchMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 253
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isBatchMode:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setBatchOnCascade(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean batchMode
         0: .line 258
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* batchMode */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchOnCascade:(Z)V
         1: .line 259
            return
        end local 1 // boolean batchMode
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  batchMode  Z
    MethodParameters:
           Name  Flags
      batchMode  

  public boolean isBatchOnCascade();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 263
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isBatchOnCascade:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setBatchSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // int batchSize
         0: .line 268
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* batchSize */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchSize:(I)V
         1: .line 269
            return
        end local 1 // int batchSize
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 273
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getBatchSize:()I
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setGetGeneratedKeys(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean getGeneratedKeys
         0: .line 278
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* getGeneratedKeys */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setGetGeneratedKeys:(Z)V
         1: .line 279
            return
        end local 1 // boolean getGeneratedKeys
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  getGeneratedKeys  Z
    MethodParameters:
                  Name  Flags
      getGeneratedKeys  

  public java.lang.Boolean getBatchGetGeneratedKeys();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 283
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getBatchGetGeneratedKeys:()Ljava/lang/Boolean;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setFlushOnMixed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean batchFlushOnMixed
         0: .line 288
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* batchFlushOnMixed */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setFlushOnMixed:(Z)V
         1: .line 289
            return
        end local 1 // boolean batchFlushOnMixed
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  batchFlushOnMixed  Z
    MethodParameters:
                   Name  Flags
      batchFlushOnMixed  

  public void setFlushOnQuery(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // boolean batchFlushOnQuery
         0: .line 293
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* batchFlushOnQuery */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setFlushOnQuery:(Z)V
         1: .line 294
            return
        end local 1 // boolean batchFlushOnQuery
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  batchFlushOnQuery  Z
    MethodParameters:
                   Name  Flags
      batchFlushOnQuery  

  public boolean isFlushOnQuery();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 298
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isFlushOnQuery:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 303
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.flush:()V
         1: .line 304
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
    Exceptions:
      throws javax.persistence.PersistenceException

  public void flushBatch();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 308
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.SpiTransactionProxy.flush:()V
         1: .line 309
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
    Exceptions:
      throws javax.persistence.PersistenceException

  public java.sql.Connection getConnection();
    descriptor: ()Ljava/sql/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 313
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getConnection:()Ljava/sql/Connection;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void addModification(java.lang.String, boolean, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String tableName
        start local 2 // boolean inserts
        start local 3 // boolean updates
        start local 4 // boolean deletes
         0: .line 318
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* tableName */
            iload 2 /* inserts */
            iload 3 /* updates */
            iload 4 /* deletes */
            invokeinterface io.ebeaninternal.api.SpiTransaction.addModification:(Ljava/lang/String;ZZZ)V
         1: .line 319
            return
        end local 4 // boolean deletes
        end local 3 // boolean updates
        end local 2 // boolean inserts
        end local 1 // java.lang.String tableName
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  tableName  Ljava/lang/String;
            0    2     2    inserts  Z
            0    2     3    updates  Z
            0    2     4    deletes  Z
    MethodParameters:
           Name  Flags
      tableName  
      inserts    
      updates    
      deletes    

  public void putUserObject(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 323
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.ebeaninternal.api.SpiTransaction.putUserObject:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 324
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.lang.Object getUserObject(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String name
         0: .line 328
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* name */
            invokeinterface io.ebeaninternal.api.SpiTransaction.getUserObject:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void depth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // int diff
         0: .line 333
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            iload 1 /* diff */
            invokeinterface io.ebeaninternal.api.SpiTransaction.depth:(I)V
         1: .line 334
            return
        end local 1 // int diff
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  diff  I
    MethodParameters:
      Name  Flags
      diff  

  public int depth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 338
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.depth:()I
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isExplicit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 343
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isExplicit:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

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

  public boolean isPersistCascade();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 353
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isPersistCascade:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isBatchThisRequest();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 358
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isBatchThisRequest:()Z
            ireturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

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

  public void setBatchControl(io.ebeaninternal.server.persist.BatchControl);
    descriptor: (Lio/ebeaninternal/server/persist/BatchControl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebeaninternal.server.persist.BatchControl control
         0: .line 368
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* control */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchControl:(Lio/ebeaninternal/server/persist/BatchControl;)V
         1: .line 369
            return
        end local 1 // io.ebeaninternal.server.persist.BatchControl control
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  control  Lio/ebeaninternal/server/persist/BatchControl;
    MethodParameters:
         Name  Flags
      control  

  public io.ebean.bean.PersistenceContext getPersistenceContext();
    descriptor: ()Lio/ebean/bean/PersistenceContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 373
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getPersistenceContext:()Lio/ebean/bean/PersistenceContext;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void setPersistenceContext(io.ebean.bean.PersistenceContext);
    descriptor: (Lio/ebean/bean/PersistenceContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebean.bean.PersistenceContext context
         0: .line 378
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* context */
            invokeinterface io.ebeaninternal.api.SpiTransaction.setPersistenceContext:(Lio/ebean/bean/PersistenceContext;)V
         1: .line 379
            return
        end local 1 // io.ebean.bean.PersistenceContext context
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  context  Lio/ebean/bean/PersistenceContext;
    MethodParameters:
         Name  Flags
      context  

  public java.sql.Connection getInternalConnection();
    descriptor: ()Ljava/sql/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 383
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.getInternalConnection:()Ljava/sql/Connection;
            areturn
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public boolean isSaveAssocManyIntersection(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.String intersectionTable
        start local 2 // java.lang.String beanName
         0: .line 388
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* intersectionTable */
            aload 2 /* beanName */
            invokeinterface io.ebeaninternal.api.SpiTransaction.isSaveAssocManyIntersection:(Ljava/lang/String;Ljava/lang/String;)Z
            ireturn
        end local 2 // java.lang.String beanName
        end local 1 // java.lang.String intersectionTable
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    1     1  intersectionTable  Ljava/lang/String;
            0    1     2           beanName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      intersectionTable  
      beanName           

  public boolean checkBatchEscalationOnCascade(io.ebeaninternal.server.core.PersistRequestBean<?>);
    descriptor: (Lio/ebeaninternal/server/core/PersistRequestBean;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // io.ebeaninternal.server.core.PersistRequestBean request
         0: .line 393
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* request */
            invokeinterface io.ebeaninternal.api.SpiTransaction.checkBatchEscalationOnCascade:(Lio/ebeaninternal/server/core/PersistRequestBean;)Z
            ireturn
        end local 1 // io.ebeaninternal.server.core.PersistRequestBean request
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    1     1  request  Lio/ebeaninternal/server/core/PersistRequestBean<*>;
    Signature: (Lio/ebeaninternal/server/core/PersistRequestBean<*>;)Z
    MethodParameters:
         Name  Flags
      request  

  public void flushBatchOnCascade();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 398
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.flushBatchOnCascade:()V
         1: .line 399
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void flushBatchOnRollback();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 403
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.flushBatchOnRollback:()V
         1: .line 404
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void markNotQueryOnly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 408
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.markNotQueryOnly:()V
         1: .line 409
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void checkBatchEscalationOnCollection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 413
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.checkBatchEscalationOnCollection:()V
         1: .line 414
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void flushBatchOnCollection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 418
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.flushBatchOnCollection:()V
         1: .line 419
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void preCommit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 423
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.preCommit:()V
         1: .line 424
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void postCommit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
         0: .line 428
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.postCommit:()V
         1: .line 429
            return
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/SpiTransactionProxy;

  public void postRollback(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiTransactionProxy this
        start local 1 // java.lang.Throwable cause
         0: .line 433
            aload 0 /* this */
            getfield io.ebeaninternal.api.SpiTransactionProxy.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* cause */
            invokeinterface io.ebeaninternal.api.SpiTransaction.postRollback:(Ljava/lang/Throwable;)V
         1: .line 434
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.ebeaninternal.api.SpiTransactionProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/api/SpiTransactionProxy;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "SpiTransactionProxy.java"