public class org.hibernate.tuple.BaselineAttributeInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tuple.BaselineAttributeInformation
  super_class: java.lang.Object
{
  private final boolean lazy;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final org.hibernate.tuple.ValueGeneration valueGenerationStrategy;
    descriptor: Lorg/hibernate/tuple/ValueGeneration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private final org.hibernate.engine.spi.CascadeStyle cascadeStyle;
    descriptor: Lorg/hibernate/engine/spi/CascadeStyle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.FetchMode fetchMode;
    descriptor: Lorg/hibernate/FetchMode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(boolean, boolean, boolean, org.hibernate.tuple.ValueGeneration, boolean, boolean, boolean, org.hibernate.engine.spi.CascadeStyle, org.hibernate.FetchMode);
    descriptor: (ZZZLorg/hibernate/tuple/ValueGeneration;ZZZLorg/hibernate/engine/spi/CascadeStyle;Lorg/hibernate/FetchMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=10
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
        start local 1 // boolean lazy
        start local 2 // boolean insertable
        start local 3 // boolean updateable
        start local 4 // org.hibernate.tuple.ValueGeneration valueGenerationStrategy
        start local 5 // boolean nullable
        start local 6 // boolean dirtyCheckable
        start local 7 // boolean versionable
        start local 8 // org.hibernate.engine.spi.CascadeStyle cascadeStyle
        start local 9 // org.hibernate.FetchMode fetchMode
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            iload 1 /* lazy */
            putfield org.hibernate.tuple.BaselineAttributeInformation.lazy:Z
         2: .line 32
            aload 0 /* this */
            iload 2 /* insertable */
            putfield org.hibernate.tuple.BaselineAttributeInformation.insertable:Z
         3: .line 33
            aload 0 /* this */
            iload 3 /* updateable */
            putfield org.hibernate.tuple.BaselineAttributeInformation.updateable:Z
         4: .line 34
            aload 0 /* this */
            aload 4 /* valueGenerationStrategy */
            putfield org.hibernate.tuple.BaselineAttributeInformation.valueGenerationStrategy:Lorg/hibernate/tuple/ValueGeneration;
         5: .line 35
            aload 0 /* this */
            iload 5 /* nullable */
            putfield org.hibernate.tuple.BaselineAttributeInformation.nullable:Z
         6: .line 36
            aload 0 /* this */
            iload 6 /* dirtyCheckable */
            putfield org.hibernate.tuple.BaselineAttributeInformation.dirtyCheckable:Z
         7: .line 37
            aload 0 /* this */
            iload 7 /* versionable */
            putfield org.hibernate.tuple.BaselineAttributeInformation.versionable:Z
         8: .line 38
            aload 0 /* this */
            aload 8 /* cascadeStyle */
            putfield org.hibernate.tuple.BaselineAttributeInformation.cascadeStyle:Lorg/hibernate/engine/spi/CascadeStyle;
         9: .line 39
            aload 0 /* this */
            aload 9 /* fetchMode */
            putfield org.hibernate.tuple.BaselineAttributeInformation.fetchMode:Lorg/hibernate/FetchMode;
        10: .line 40
            return
        end local 9 // org.hibernate.FetchMode fetchMode
        end local 8 // org.hibernate.engine.spi.CascadeStyle cascadeStyle
        end local 7 // boolean versionable
        end local 6 // boolean dirtyCheckable
        end local 5 // boolean nullable
        end local 4 // org.hibernate.tuple.ValueGeneration valueGenerationStrategy
        end local 3 // boolean updateable
        end local 2 // boolean insertable
        end local 1 // boolean lazy
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   11     0                     this  Lorg/hibernate/tuple/BaselineAttributeInformation;
            0   11     1                     lazy  Z
            0   11     2               insertable  Z
            0   11     3               updateable  Z
            0   11     4  valueGenerationStrategy  Lorg/hibernate/tuple/ValueGeneration;
            0   11     5                 nullable  Z
            0   11     6           dirtyCheckable  Z
            0   11     7              versionable  Z
            0   11     8             cascadeStyle  Lorg/hibernate/engine/spi/CascadeStyle;
            0   11     9                fetchMode  Lorg/hibernate/FetchMode;
    MethodParameters:
                         Name  Flags
      lazy                     
      insertable               
      updateable               
      valueGenerationStrategy  
      nullable                 
      dirtyCheckable           
      versionable              
      cascadeStyle             
      fetchMode                

  public boolean isLazy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 43
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.lazy:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public boolean isInsertable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 47
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.insertable:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public boolean isUpdateable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 51
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.updateable:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public org.hibernate.tuple.ValueGeneration getValueGenerationStrategy();
    descriptor: ()Lorg/hibernate/tuple/ValueGeneration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 55
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.valueGenerationStrategy:Lorg/hibernate/tuple/ValueGeneration;
            areturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 59
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.nullable:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public boolean isDirtyCheckable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 63
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.dirtyCheckable:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public boolean isVersionable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 67
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.versionable:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public org.hibernate.engine.spi.CascadeStyle getCascadeStyle();
    descriptor: ()Lorg/hibernate/engine/spi/CascadeStyle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 71
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.cascadeStyle:Lorg/hibernate/engine/spi/CascadeStyle;
            areturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public org.hibernate.FetchMode getFetchMode();
    descriptor: ()Lorg/hibernate/FetchMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 75
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.fetchMode:Lorg/hibernate/FetchMode;
            areturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;

  public boolean isCheckable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.BaselineAttributeInformation this
         0: .line 79
            aload 0 /* this */
            getfield org.hibernate.tuple.BaselineAttributeInformation.checkable:Z
            ireturn
        end local 0 // org.hibernate.tuple.BaselineAttributeInformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/BaselineAttributeInformation;
}
SourceFile: "BaselineAttributeInformation.java"
NestMembers:
  org.hibernate.tuple.BaselineAttributeInformation$Builder
InnerClasses:
  public Builder = org.hibernate.tuple.BaselineAttributeInformation$Builder of org.hibernate.tuple.BaselineAttributeInformation