public class io.ebeaninternal.server.deploy.IdentityMode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.IdentityMode
  super_class: java.lang.Object
{
  public static io.ebeaninternal.server.deploy.IdentityMode NONE;
    descriptor: Lio/ebeaninternal/server/deploy/IdentityMode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private final io.ebean.config.dbplatform.IdType type;
    descriptor: Lio/ebean/config/dbplatform/IdType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.ebean.annotation.IdentityGenerated generated;
    descriptor: Lio/ebean/annotation/IdentityGenerated;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int start;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int increment;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int cache;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String sequenceName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 9
            new io.ebeaninternal.server.deploy.IdentityMode
            dup
            invokespecial io.ebeaninternal.server.deploy.IdentityMode.<init>:()V
            putstatic io.ebeaninternal.server.deploy.IdentityMode.NONE:Lio/ebeaninternal/server/deploy/IdentityMode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public void <init>(io.ebean.config.dbplatform.IdType, io.ebean.annotation.IdentityGenerated, int, int, int, java.lang.String);
    descriptor: (Lio/ebean/config/dbplatform/IdType;Lio/ebean/annotation/IdentityGenerated;IIILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
        start local 1 // io.ebean.config.dbplatform.IdType type
        start local 2 // io.ebean.annotation.IdentityGenerated auto
        start local 3 // int start
        start local 4 // int increment
        start local 5 // int cache
        start local 6 // java.lang.String seqName
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* type */
            putfield io.ebeaninternal.server.deploy.IdentityMode.type:Lio/ebean/config/dbplatform/IdType;
         2: .line 37
            aload 0 /* this */
            aload 2 /* auto */
            putfield io.ebeaninternal.server.deploy.IdentityMode.generated:Lio/ebean/annotation/IdentityGenerated;
         3: .line 38
            aload 0 /* this */
            iload 3 /* start */
            putfield io.ebeaninternal.server.deploy.IdentityMode.start:I
         4: .line 39
            aload 0 /* this */
            iload 4 /* increment */
            putfield io.ebeaninternal.server.deploy.IdentityMode.increment:I
         5: .line 40
            aload 0 /* this */
            iload 5 /* cache */
            putfield io.ebeaninternal.server.deploy.IdentityMode.cache:I
         6: .line 41
            aload 0 /* this */
            aload 6 /* seqName */
            putfield io.ebeaninternal.server.deploy.IdentityMode.sequenceName:Ljava/lang/String;
         7: .line 42
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.IdentityMode.platformDefault:Z
         8: .line 43
            return
        end local 6 // java.lang.String seqName
        end local 5 // int cache
        end local 4 // int increment
        end local 3 // int start
        end local 2 // io.ebean.annotation.IdentityGenerated auto
        end local 1 // io.ebean.config.dbplatform.IdType type
        end local 0 // io.ebeaninternal.server.deploy.IdentityMode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lio/ebeaninternal/server/deploy/IdentityMode;
            0    9     1       type  Lio/ebean/config/dbplatform/IdType;
            0    9     2       auto  Lio/ebean/annotation/IdentityGenerated;
            0    9     3      start  I
            0    9     4  increment  I
            0    9     5      cache  I
            0    9     6    seqName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      type       
      auto       
      start      
      increment  
      cache      
      seqName    

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.deploy.IdentityMode.type:Lio/ebean/config/dbplatform/IdType;
         2: .line 50
            aload 0 /* this */
            getstatic io.ebean.annotation.IdentityGenerated.AUTO:Lio/ebean/annotation/IdentityGenerated;
            putfield io.ebeaninternal.server.deploy.IdentityMode.generated:Lio/ebean/annotation/IdentityGenerated;
         3: .line 51
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.IdentityMode.start:I
         4: .line 52
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.IdentityMode.increment:I
         5: .line 53
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.IdentityMode.cache:I
         6: .line 54
            aload 0 /* this */
            ldc ""
            putfield io.ebeaninternal.server.deploy.IdentityMode.sequenceName:Ljava/lang/String;
         7: .line 55
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.deploy.IdentityMode.platformDefault:Z
         8: .line 56
            return
        end local 0 // io.ebeaninternal.server.deploy.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

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

  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.IdentityMode this
         0: .line 63
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.type:Lio/ebean/config/dbplatform/IdType;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

  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.IdentityMode this
         0: .line 67
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.generated:Lio/ebean/annotation/IdentityGenerated;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

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

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

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

  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.IdentityMode this
         0: .line 83
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.sequenceName:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

  public boolean isSequence();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
         0: .line 87
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.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.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

  public boolean isIdentity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
         0: .line 91
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.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.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

  public boolean isExternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
         0: .line 95
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.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.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

  public boolean isAuto();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
         0: .line 99
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.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.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;

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

  public boolean hasOptions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.IdentityMode this
         0: .line 107
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.start:I
            ifgt 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.cache:I
            ifgt 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.IdentityMode.increment:I
            ifgt 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.IdentityMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/deploy/IdentityMode;
}
SourceFile: "IdentityMode.java"