public class io.ebeaninternal.api.ScopeTrans
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.api.ScopeTrans
  super_class: java.lang.Object
{
  private static final int OPCODE_ATHROW;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 191

  private final io.ebeaninternal.api.SpiTransaction transaction;
    descriptor: Lio/ebeaninternal/api/SpiTransaction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean rollbackOnChecked;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean created;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.ArrayList<java.lang.Class<? extends java.lang.Throwable>> noRollbackFor;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Ljava/lang/Class<+Ljava/lang/Throwable;>;>;

  private final java.util.ArrayList<java.lang.Class<? extends java.lang.Throwable>> rollbackFor;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Ljava/lang/Class<+Ljava/lang/Throwable;>;>;

  private java.lang.Boolean restoreBatch;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean restoreBatchOnCascade;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private int restoreBatchSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean restoreBatchGeneratedKeys;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private boolean restoreBatchFlushOnQuery;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean rolledBack;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean nestedCommit;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(boolean, boolean, io.ebeaninternal.api.SpiTransaction, io.ebean.TxScope);
    descriptor: (ZZLio/ebeaninternal/api/SpiTransaction;Lio/ebean/TxScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.ebeaninternal.api.ScopeTrans this
        start local 1 // boolean rollbackOnChecked
        start local 2 // boolean created
        start local 3 // io.ebeaninternal.api.SpiTransaction transaction
        start local 4 // io.ebean.TxScope txScope
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            iload 1 /* rollbackOnChecked */
            putfield io.ebeaninternal.api.ScopeTrans.rollbackOnChecked:Z
         2: .line 63
            aload 0 /* this */
            iload 2 /* created */
            putfield io.ebeaninternal.api.ScopeTrans.created:Z
         3: .line 64
            aload 0 /* this */
            aload 3 /* transaction */
            putfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
         4: .line 65
            aload 0 /* this */
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.getNoRollbackFor:()Ljava/util/ArrayList;
            putfield io.ebeaninternal.api.ScopeTrans.noRollbackFor:Ljava/util/ArrayList;
         5: .line 66
            aload 0 /* this */
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.getRollbackFor:()Ljava/util/ArrayList;
            putfield io.ebeaninternal.api.ScopeTrans.rollbackFor:Ljava/util/ArrayList;
         6: .line 68
            aload 3 /* transaction */
            ifnull 24
         7: .line 69
            iload 2 /* created */
            ifne 8
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchSet:()Z
            ifne 9
      StackMap locals: io.ebeaninternal.api.ScopeTrans int int io.ebeaninternal.api.SpiTransaction io.ebean.TxScope
      StackMap stack:
         8: aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchOnCascadeSet:()Z
            ifne 9
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchSizeSet:()Z
            ifeq 14
         9: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* transaction */
            invokeinterface io.ebeaninternal.api.SpiTransaction.isBatchMode:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.ebeaninternal.api.ScopeTrans.restoreBatch:Ljava/lang/Boolean;
        10: .line 71
            aload 0 /* this */
            aload 3 /* transaction */
            invokeinterface io.ebeaninternal.api.SpiTransaction.isBatchOnCascade:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.ebeaninternal.api.ScopeTrans.restoreBatchOnCascade:Ljava/lang/Boolean;
        11: .line 72
            aload 0 /* this */
            aload 3 /* transaction */
            invokeinterface io.ebeaninternal.api.SpiTransaction.getBatchSize:()I
            putfield io.ebeaninternal.api.ScopeTrans.restoreBatchSize:I
        12: .line 73
            aload 0 /* this */
            aload 3 /* transaction */
            invokeinterface io.ebeaninternal.api.SpiTransaction.getBatchGetGeneratedKeys:()Ljava/lang/Boolean;
            putfield io.ebeaninternal.api.ScopeTrans.restoreBatchGeneratedKeys:Ljava/lang/Boolean;
        13: .line 74
            aload 0 /* this */
            aload 3 /* transaction */
            invokeinterface io.ebeaninternal.api.SpiTransaction.isFlushOnQuery:()Z
            putfield io.ebeaninternal.api.ScopeTrans.restoreBatchFlushOnQuery:Z
        14: .line 76
      StackMap locals:
      StackMap stack:
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchSet:()Z
            ifeq 16
        15: .line 77
            aload 3 /* transaction */
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchMode:()Z
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchMode:(Z)V
        16: .line 79
      StackMap locals:
      StackMap stack:
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isFlushOnQuery:()Z
            ifne 18
        17: .line 80
            aload 3 /* transaction */
            iconst_0
            invokeinterface io.ebeaninternal.api.SpiTransaction.setFlushOnQuery:(Z)V
        18: .line 82
      StackMap locals:
      StackMap stack:
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchOnCascadeSet:()Z
            ifeq 20
        19: .line 83
            aload 3 /* transaction */
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchOnCascade:()Z
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchOnCascade:(Z)V
        20: .line 85
      StackMap locals:
      StackMap stack:
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isBatchSizeSet:()Z
            ifeq 22
        21: .line 86
            aload 3 /* transaction */
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.getBatchSize:()I
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchSize:(I)V
        22: .line 88
      StackMap locals:
      StackMap stack:
            aload 4 /* txScope */
            invokevirtual io.ebean.TxScope.isSkipGeneratedKeys:()Z
            ifeq 24
        23: .line 89
            aload 3 /* transaction */
            iconst_0
            invokeinterface io.ebeaninternal.api.SpiTransaction.setGetGeneratedKeys:(Z)V
        24: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.ebean.TxScope txScope
        end local 3 // io.ebeaninternal.api.SpiTransaction transaction
        end local 2 // boolean created
        end local 1 // boolean rollbackOnChecked
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   25     0               this  Lio/ebeaninternal/api/ScopeTrans;
            0   25     1  rollbackOnChecked  Z
            0   25     2            created  Z
            0   25     3        transaction  Lio/ebeaninternal/api/SpiTransaction;
            0   25     4            txScope  Lio/ebean/TxScope;
    MethodParameters:
                   Name  Flags
      rollbackOnChecked  
      created            
      transaction        
      txScope            

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.ScopeTrans this
         0: .line 97
            new java.lang.StringBuilder
            dup
            ldc "ScopeTrans["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/ScopeTrans;

  protected io.ebeaninternal.api.SpiTransaction getTransaction();
    descriptor: ()Lio/ebeaninternal/api/SpiTransaction;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.ScopeTrans this
         0: .line 104
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            areturn
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/ScopeTrans;

  void complete(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.ScopeTrans this
        start local 1 // java.lang.Object returnOrThrowable
        start local 2 // int opCode
         0: .line 112
            iload 2 /* opCode */
            sipush 191
            if_icmpne 2
         1: .line 114
            aload 0 /* this */
            aload 1 /* returnOrThrowable */
            checkcast java.lang.Throwable
            invokevirtual io.ebeaninternal.api.ScopeTrans.caughtThrowable:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.ScopeTrans.complete:()V
         3: .line 117
            return
        end local 2 // int opCode
        end local 1 // java.lang.Object returnOrThrowable
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/ebeaninternal/api/ScopeTrans;
            0    4     1  returnOrThrowable  Ljava/lang/Object;
            0    4     2             opCode  I
    MethodParameters:
                   Name  Flags
      returnOrThrowable  
      opCode             

  public void complete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.ScopeTrans this
         0: .line 123
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.rolledBack:Z
            ifne 2
         1: .line 124
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.ScopeTrans.commitTransaction:()V
         2: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/api/ScopeTrans;

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.ScopeTrans this
         0: .line 129
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.created:Z
            ifne 1
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.nestedCommit:Z
            ifne 2
         1: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.end:()V
         2: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/api/ScopeTrans;

  protected void commitTransaction();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.ScopeTrans this
         0: .line 135
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.created:Z
            ifeq 3
         1: .line 136
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.commit:()V
         2: .line 137
            goto 13
         3: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.api.ScopeTrans.nestedCommit:Z
         4: .line 139
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchFlushOnQuery:Z
            invokeinterface io.ebeaninternal.api.SpiTransaction.setFlushOnQuery:(Z)V
         5: .line 140
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatch:Ljava/lang/Boolean;
            ifnull 7
         6: .line 141
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatch:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchMode:(Z)V
         7: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchOnCascade:Ljava/lang/Boolean;
            ifnull 9
         8: .line 144
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchOnCascade:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchOnCascade:(Z)V
         9: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchSize:I
            ifle 11
        10: .line 147
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchSize:I
            invokeinterface io.ebeaninternal.api.SpiTransaction.setBatchSize:(I)V
        11: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchGeneratedKeys:Ljava/lang/Boolean;
            ifnull 13
        12: .line 150
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.restoreBatchGeneratedKeys:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokeinterface io.ebeaninternal.api.SpiTransaction.setGetGeneratedKeys:(Z)V
        13: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/ebeaninternal/api/ScopeTrans;

  public java.lang.Error caughtError(java.lang.Error);
    descriptor: (Ljava/lang/Error;)Ljava/lang/Error;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.ScopeTrans this
        start local 1 // java.lang.Error e
         0: .line 160
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.ebeaninternal.api.ScopeTrans.rollback:(Ljava/lang/Throwable;)V
         1: .line 161
            aload 1 /* e */
            areturn
        end local 1 // java.lang.Error e
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/api/ScopeTrans;
            0    2     1     e  Ljava/lang/Error;
    MethodParameters:
      Name  Flags
      e     

  public void setRollbackOnly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.ScopeTrans this
         0: .line 168
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            ifnull 2
         1: .line 169
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.setRollbackOnly:()V
         2: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/api/ScopeTrans;

  public <T extends java.lang.Throwable> T caughtThrowable();
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.ScopeTrans this
        start local 1 // java.lang.Throwable e
         0: .line 179
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.ebeaninternal.api.ScopeTrans.isRollbackThrowable:(Ljava/lang/Throwable;)Z
            ifeq 2
         1: .line 180
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.ebeaninternal.api.ScopeTrans.rollback:(Ljava/lang/Throwable;)V
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            areturn
        end local 1 // java.lang.Throwable e
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/api/ScopeTrans;
            0    3     1     e  TT;
    Signature: <T:Ljava/lang/Throwable;>(TT;)TT;
    MethodParameters:
      Name  Flags
      e     

  protected void rollback(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.ScopeTrans this
        start local 1 // java.lang.Throwable e
         0: .line 186
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            ifnull 2
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            invokeinterface io.ebeaninternal.api.SpiTransaction.isActive:()Z
            ifeq 2
         1: .line 189
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.transaction:Lio/ebeaninternal/api/SpiTransaction;
            aload 1 /* e */
            invokeinterface io.ebeaninternal.api.SpiTransaction.rollback:(Ljava/lang/Throwable;)V
         2: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.api.ScopeTrans.rolledBack:Z
         3: .line 192
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/ebeaninternal/api/ScopeTrans;
            0    4     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  private boolean isRollbackThrowable(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.ebeaninternal.api.ScopeTrans this
        start local 1 // java.lang.Throwable e
         0: .line 199
            aload 1 /* e */
            instanceof java.lang.Error
            ifeq 2
         1: .line 200
            iconst_1
            ireturn
         2: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.noRollbackFor:Ljava/util/ArrayList;
            ifnull 8
         3: .line 204
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.noRollbackFor:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: io.ebeaninternal.api.ScopeTrans java.lang.Throwable top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* aNoRollbackFor */
        start local 2 // java.lang.Class aNoRollbackFor
         5: .line 205
            aload 2 /* aNoRollbackFor */
            aload 1 /* e */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 208
            iconst_0
            ireturn
        end local 2 // java.lang.Class aNoRollbackFor
         7: .line 204
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 213
      StackMap locals: io.ebeaninternal.api.ScopeTrans java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.rollbackFor:Ljava/util/ArrayList;
            ifnull 14
         9: .line 214
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.rollbackFor:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 13
      StackMap locals: io.ebeaninternal.api.ScopeTrans java.lang.Throwable top java.util.Iterator
      StackMap stack:
        10: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* aRollbackFor */
        start local 2 // java.lang.Class aRollbackFor
        11: .line 215
            aload 2 /* aRollbackFor */
            aload 1 /* e */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 217
            iconst_1
            ireturn
        end local 2 // java.lang.Class aRollbackFor
        13: .line 214
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        14: .line 225
      StackMap locals: io.ebeaninternal.api.ScopeTrans java.lang.Throwable
      StackMap stack:
            aload 1 /* e */
            instanceof java.lang.RuntimeException
            ifne 15
            aload 0 /* this */
            getfield io.ebeaninternal.api.ScopeTrans.rollbackOnChecked:Z
            ifne 15
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_1
            ireturn
        end local 1 // java.lang.Throwable e
        end local 0 // io.ebeaninternal.api.ScopeTrans this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lio/ebeaninternal/api/ScopeTrans;
            0   16     1               e  Ljava/lang/Throwable;
            5    7     2  aNoRollbackFor  Ljava/lang/Class<+Ljava/lang/Throwable;>;
           11   13     2    aRollbackFor  Ljava/lang/Class<+Ljava/lang/Throwable;>;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "ScopeTrans.java"