public class io.ebeaninternal.server.deploy.meta.DeployIdentityMode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.meta.DeployIdentityMode
  super_class: java.lang.Object
{
  private io.ebean.config.dbplatform.IdType type;
    descriptor: Lio/ebean/config/dbplatform/IdType;
    flags: (0x0002) ACC_PRIVATE

  private io.ebean.annotation.IdentityGenerated generated;
    descriptor: Lio/ebean/annotation/IdentityGenerated;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private java.lang.String sequenceName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private static volatile int[] $SWITCH_TABLE$io$ebean$annotation$IdentityType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public static io.ebeaninternal.server.deploy.meta.DeployIdentityMode auto();
    descriptor: ()Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 11
            new io.ebeaninternal.server.deploy.meta.DeployIdentityMode
            dup
            getstatic io.ebean.config.dbplatform.IdType.AUTO:Lio/ebean/config/dbplatform/IdType;
            invokespecial io.ebeaninternal.server.deploy.meta.DeployIdentityMode.<init>:(Lio/ebean/config/dbplatform/IdType;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.ebean.annotation.Identity);
    descriptor: (Lio/ebean/annotation/Identity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // io.ebean.annotation.Identity id
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            aload 1 /* id */
            invokeinterface io.ebean.annotation.Identity.type:()Lio/ebean/annotation/IdentityType;
            invokestatic io.ebeaninternal.server.deploy.meta.DeployIdentityMode.idType:(Lio/ebean/annotation/IdentityType;)Lio/ebean/config/dbplatform/IdType;
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
         2: .line 24
            aload 0 /* this */
            aload 1 /* id */
            invokeinterface io.ebean.annotation.Identity.generated:()Lio/ebean/annotation/IdentityGenerated;
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.generated:Lio/ebean/annotation/IdentityGenerated;
         3: .line 25
            aload 0 /* this */
            aload 1 /* id */
            invokeinterface io.ebean.annotation.Identity.start:()I
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.start:I
         4: .line 26
            aload 0 /* this */
            aload 1 /* id */
            invokeinterface io.ebean.annotation.Identity.increment:()I
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
         5: .line 27
            aload 0 /* this */
            aload 1 /* id */
            invokeinterface io.ebean.annotation.Identity.cache:()I
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.cache:I
         6: .line 28
            aload 0 /* this */
            aload 1 /* id */
            invokeinterface io.ebean.annotation.Identity.sequenceName:()Ljava/lang/String;
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
         7: .line 29
            return
        end local 1 // io.ebean.annotation.Identity id
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    8     1    id  Lio/ebean/annotation/Identity;
    MethodParameters:
      Name  Flags
      id    

  private void <init>(io.ebean.config.dbplatform.IdType);
    descriptor: (Lio/ebean/config/dbplatform/IdType;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // io.ebean.config.dbplatform.IdType type
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* type */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
         2: .line 33
            aload 0 /* this */
            getstatic io.ebean.annotation.IdentityGenerated.AUTO:Lio/ebean/annotation/IdentityGenerated;
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.generated:Lio/ebean/annotation/IdentityGenerated;
         3: .line 34
            aload 0 /* this */
            ldc ""
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
         4: .line 35
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.start:I
         5: .line 36
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
         6: .line 37
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.cache:I
         7: .line 38
            return
        end local 1 // io.ebean.config.dbplatform.IdType type
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    8     1  type  Lio/ebean/config/dbplatform/IdType;
    MethodParameters:
      Name  Flags
      type  

  public void setPlatformType(io.ebean.config.dbplatform.IdType);
    descriptor: (Lio/ebean/config/dbplatform/IdType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // io.ebean.config.dbplatform.IdType type
         0: .line 41
            aload 0 /* this */
            aload 1 /* type */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
         1: .line 42
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.platformDefault:Z
         2: .line 43
            return
        end local 1 // io.ebean.config.dbplatform.IdType type
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    3     1  type  Lio/ebean/config/dbplatform/IdType;
    MethodParameters:
      Name  Flags
      type  

  public void setSequence(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // int initialValue
        start local 2 // int allocationSize
        start local 3 // java.lang.String sequenceName
         0: .line 46
            aload 0 /* this */
            iload 1 /* initialValue */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.start:I
         1: .line 47
            aload 0 /* this */
            iload 2 /* allocationSize */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
         2: .line 48
            aload 0 /* this */
            aload 3 /* sequenceName */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
         3: .line 49
            return
        end local 3 // java.lang.String sequenceName
        end local 2 // int allocationSize
        end local 1 // int initialValue
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    4     1    initialValue  I
            0    4     2  allocationSize  I
            0    4     3    sequenceName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      initialValue    
      allocationSize  
      sequenceName    

  public void setSequenceGenerator(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.server.deploy.meta.DeployIdentityMode this
        start local 1 // java.lang.String genName
         0: .line 52
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
         1: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* genName */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
         2: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String genName
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    3     1  genName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      genName  

  public int setSequenceBatchMode(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // boolean sequenceBatchMode
         0: .line 58
            iload 1 /* sequenceBatchMode */
            ifeq 3
         1: .line 60
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
         2: .line 61
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
            ifne 5
         4: .line 63
            aload 0 /* this */
            bipush 50
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
         5: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
            ireturn
        end local 1 // boolean sequenceBatchMode
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    6     1  sequenceBatchMode  Z
    MethodParameters:
                   Name  Flags
      sequenceBatchMode  

  public void setIdType(io.ebean.config.dbplatform.IdType);
    descriptor: (Lio/ebean/config/dbplatform/IdType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // io.ebean.config.dbplatform.IdType type
         0: .line 69
            aload 0 /* this */
            aload 1 /* type */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
         1: .line 70
            return
        end local 1 // io.ebean.config.dbplatform.IdType type
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    2     1  type  Lio/ebean/config/dbplatform/IdType;
    MethodParameters:
      Name  Flags
      type  

  public void setStart(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // int start
         0: .line 73
            aload 0 /* this */
            iload 1 /* start */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.start:I
         1: .line 74
            return
        end local 1 // int start
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    2     1  start  I
    MethodParameters:
       Name  Flags
      start  

  public void setIncrement(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
        start local 1 // int increment
         0: .line 77
            aload 0 /* this */
            iload 1 /* increment */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
         1: .line 78
            return
        end local 1 // int increment
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public void setSequenceName(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.server.deploy.meta.DeployIdentityMode this
        start local 1 // java.lang.String sequenceName
         0: .line 81
            aload 0 /* this */
            aload 1 /* sequenceName */
            putfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
         1: .line 82
            return
        end local 1 // java.lang.String sequenceName
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;
            0    2     1  sequenceName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      sequenceName  

  public boolean isPlatformDefault();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 85
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.platformDefault:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public io.ebean.config.dbplatform.IdType getIdType();
    descriptor: ()Lio/ebean/config/dbplatform/IdType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 89
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public io.ebean.annotation.IdentityGenerated getGenerated();
    descriptor: ()Lio/ebean/annotation/IdentityGenerated;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 93
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.generated:Lio/ebean/annotation/IdentityGenerated;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public int getStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 97
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.start:I
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public int getIncrement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 101
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.increment:I
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public int getCache();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 105
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.cache:I
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public java.lang.String getSequenceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 109
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.sequenceName:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public boolean isSequence();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 113
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
            getstatic io.ebean.config.dbplatform.IdType.SEQUENCE:Lio/ebean/config/dbplatform/IdType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public boolean isIdentity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 117
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
            getstatic io.ebean.config.dbplatform.IdType.IDENTITY:Lio/ebean/config/dbplatform/IdType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public boolean isExternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 121
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
            getstatic io.ebean.config.dbplatform.IdType.EXTERNAL:Lio/ebean/config/dbplatform/IdType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  public boolean isAuto();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
         0: .line 125
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.meta.DeployIdentityMode.type:Lio/ebean/config/dbplatform/IdType;
            getstatic io.ebean.config.dbplatform.IdType.AUTO:Lio/ebean/config/dbplatform/IdType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.meta.DeployIdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/meta/DeployIdentityMode;

  private static io.ebean.config.dbplatform.IdType idType(io.ebean.annotation.IdentityType);
    descriptor: (Lio/ebean/annotation/IdentityType;)Lio/ebean/config/dbplatform/IdType;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.ebean.annotation.IdentityType type
         0: .line 129
            invokestatic io.ebeaninternal.server.deploy.meta.DeployIdentityMode.$SWITCH_TABLE$io$ebean$annotation$IdentityType:()[I
            aload 0 /* type */
            invokevirtual io.ebean.annotation.IdentityType.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 1
                    2: 3
                    3: 2
                    4: 4
              default: 5
          }
         1: .line 131
      StackMap locals:
      StackMap stack:
            getstatic io.ebean.config.dbplatform.IdType.AUTO:Lio/ebean/config/dbplatform/IdType;
            areturn
         2: .line 133
      StackMap locals:
      StackMap stack:
            getstatic io.ebean.config.dbplatform.IdType.SEQUENCE:Lio/ebean/config/dbplatform/IdType;
            areturn
         3: .line 135
      StackMap locals:
      StackMap stack:
            getstatic io.ebean.config.dbplatform.IdType.IDENTITY:Lio/ebean/config/dbplatform/IdType;
            areturn
         4: .line 137
      StackMap locals:
      StackMap stack:
            getstatic io.ebean.config.dbplatform.IdType.EXTERNAL:Lio/ebean/config/dbplatform/IdType;
            areturn
         5: .line 139
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " not expected?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.annotation.IdentityType type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  type  Lio/ebean/annotation/IdentityType;
    MethodParameters:
      Name  Flags
      type  

  static int[] $SWITCH_TABLE$io$ebean$annotation$IdentityType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 8
            getstatic io.ebeaninternal.server.deploy.meta.DeployIdentityMode.$SWITCH_TABLE$io$ebean$annotation$IdentityType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.ebean.annotation.IdentityType.values:()[Lio/ebean/annotation/IdentityType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.ebean.annotation.IdentityType.APPLICATION:Lio/ebean/annotation/IdentityType;
            invokevirtual io.ebean.annotation.IdentityType.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.ebean.annotation.IdentityType.AUTO:Lio/ebean/annotation/IdentityType;
            invokevirtual io.ebean.annotation.IdentityType.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.ebean.annotation.IdentityType.IDENTITY:Lio/ebean/annotation/IdentityType;
            invokevirtual io.ebean.annotation.IdentityType.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.ebean.annotation.IdentityType.SEQUENCE:Lio/ebean/annotation/IdentityType;
            invokevirtual io.ebean.annotation.IdentityType.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic io.ebeaninternal.server.deploy.meta.DeployIdentityMode.$SWITCH_TABLE$io$ebean$annotation$IdentityType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
}
SourceFile: "DeployIdentityMode.java"