public class io.ebeaninternal.api.HelpScopeTrans
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.api.HelpScopeTrans
  super_class: java.lang.Object
{
  private static boolean enabled;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 10
            iconst_1
            putstatic io.ebeaninternal.api.HelpScopeTrans.enabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public static void enter(io.ebean.TxScope);
    descriptor: (Lio/ebean/TxScope;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebean.TxScope txScope
         0: .line 16
            getstatic io.ebeaninternal.api.HelpScopeTrans.enabled:Z
            ifeq 2
         1: .line 17
            invokestatic io.ebeaninternal.api.HelpScopeTrans.server:()Lio/ebeaninternal/api/SpiEbeanServer;
            aload 0 /* txScope */
            invokeinterface io.ebeaninternal.api.SpiEbeanServer.scopedTransactionEnter:(Lio/ebean/TxScope;)V
         2: .line 19
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebean.TxScope txScope
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  txScope  Lio/ebean/TxScope;
    MethodParameters:
         Name  Flags
      txScope  

  public static void exit(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Object returnOrThrowable
        start local 1 // int opCode
         0: .line 25
            getstatic io.ebeaninternal.api.HelpScopeTrans.enabled:Z
            ifeq 2
         1: .line 26
            invokestatic io.ebeaninternal.api.HelpScopeTrans.server:()Lio/ebeaninternal/api/SpiEbeanServer;
            aload 0 /* returnOrThrowable */
            iload 1 /* opCode */
            invokeinterface io.ebeaninternal.api.SpiEbeanServer.scopedTransactionExit:(Ljava/lang/Object;I)V
         2: .line 28
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opCode
        end local 0 // java.lang.Object returnOrThrowable
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0  returnOrThrowable  Ljava/lang/Object;
            0    3     1             opCode  I
    MethodParameters:
                   Name  Flags
      returnOrThrowable  
      opCode             

  private static io.ebeaninternal.api.SpiEbeanServer server();
    descriptor: ()Lio/ebeaninternal/api/SpiEbeanServer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            invokestatic io.ebean.DB.getDefault:()Lio/ebean/Database;
            checkcast io.ebeaninternal.api.SpiEbeanServer
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean enabled
         0: .line 41
            iload 0 /* enabled */
            putstatic io.ebeaninternal.api.HelpScopeTrans.enabled:Z
         1: .line 42
            return
        end local 0 // boolean enabled
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  
}
SourceFile: "HelpScopeTrans.java"