public class org.hibernate.tuple.StandardProperty extends org.hibernate.tuple.AbstractNonIdentifierAttribute implements org.hibernate.tuple.NonIdentifierAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tuple.StandardProperty
  super_class: org.hibernate.tuple.AbstractNonIdentifierAttribute
{
  public void <init>(java.lang.String, org.hibernate.type.Type, boolean, boolean, boolean, org.hibernate.tuple.ValueGeneration, boolean, boolean, boolean, org.hibernate.engine.spi.CascadeStyle, org.hibernate.FetchMode);
    descriptor: (Ljava/lang/String;Lorg/hibernate/type/Type;ZZZLorg/hibernate/tuple/ValueGeneration;ZZZLorg/hibernate/engine/spi/CascadeStyle;Lorg/hibernate/FetchMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=12
        start local 0 // org.hibernate.tuple.StandardProperty this
        start local 1 // java.lang.String name
        start local 2 // org.hibernate.type.Type type
        start local 3 // boolean lazy
        start local 4 // boolean insertable
        start local 5 // boolean updateable
        start local 6 // org.hibernate.tuple.ValueGeneration valueGenerationStrategy
        start local 7 // boolean nullable
        start local 8 // boolean checkable
        start local 9 // boolean versionable
        start local 10 // org.hibernate.engine.spi.CascadeStyle cascadeStyle
        start local 11 // org.hibernate.FetchMode fetchMode
         0: .line 51
            aload 0 /* this */
         1: .line 52
            aconst_null
         2: .line 53
            aconst_null
         3: .line 54
            iconst_m1
         4: .line 55
            aload 1 /* name */
         5: .line 56
            aload 2 /* type */
         6: .line 57
            new org.hibernate.tuple.BaselineAttributeInformation$Builder
            dup
            invokespecial org.hibernate.tuple.BaselineAttributeInformation$Builder.<init>:()V
         7: .line 58
            iload 3 /* lazy */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setLazy:(Z)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
         8: .line 59
            iload 4 /* insertable */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setInsertable:(Z)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
         9: .line 60
            iload 5 /* updateable */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setUpdateable:(Z)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        10: .line 61
            aload 6 /* valueGenerationStrategy */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setValueGenerationStrategy:(Lorg/hibernate/tuple/ValueGeneration;)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        11: .line 62
            iload 7 /* nullable */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setNullable:(Z)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        12: .line 63
            iload 8 /* checkable */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setDirtyCheckable:(Z)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        13: .line 64
            iload 9 /* versionable */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setVersionable:(Z)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        14: .line 65
            aload 10 /* cascadeStyle */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setCascadeStyle:(Lorg/hibernate/engine/spi/CascadeStyle;)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        15: .line 66
            aload 11 /* fetchMode */
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.setFetchMode:(Lorg/hibernate/FetchMode;)Lorg/hibernate/tuple/BaselineAttributeInformation$Builder;
        16: .line 67
            invokevirtual org.hibernate.tuple.BaselineAttributeInformation$Builder.createInformation:()Lorg/hibernate/tuple/BaselineAttributeInformation;
            invokespecial org.hibernate.tuple.AbstractNonIdentifierAttribute.<init>:(Lorg/hibernate/persister/walking/spi/AttributeSource;Lorg/hibernate/engine/spi/SessionFactoryImplementor;ILjava/lang/String;Lorg/hibernate/type/Type;Lorg/hibernate/tuple/BaselineAttributeInformation;)V
        17: .line 69
            return
        end local 11 // org.hibernate.FetchMode fetchMode
        end local 10 // org.hibernate.engine.spi.CascadeStyle cascadeStyle
        end local 9 // boolean versionable
        end local 8 // boolean checkable
        end local 7 // boolean nullable
        end local 6 // org.hibernate.tuple.ValueGeneration valueGenerationStrategy
        end local 5 // boolean updateable
        end local 4 // boolean insertable
        end local 3 // boolean lazy
        end local 2 // org.hibernate.type.Type type
        end local 1 // java.lang.String name
        end local 0 // org.hibernate.tuple.StandardProperty this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   18     0                     this  Lorg/hibernate/tuple/StandardProperty;
            0   18     1                     name  Ljava/lang/String;
            0   18     2                     type  Lorg/hibernate/type/Type;
            0   18     3                     lazy  Z
            0   18     4               insertable  Z
            0   18     5               updateable  Z
            0   18     6  valueGenerationStrategy  Lorg/hibernate/tuple/ValueGeneration;
            0   18     7                 nullable  Z
            0   18     8                checkable  Z
            0   18     9              versionable  Z
            0   18    10             cascadeStyle  Lorg/hibernate/engine/spi/CascadeStyle;
            0   18    11                fetchMode  Lorg/hibernate/FetchMode;
    MethodParameters:
                         Name  Flags
      name                     
      type                     
      lazy                     
      insertable               
      updateable               
      valueGenerationStrategy  
      nullable                 
      checkable                
      versionable              
      cascadeStyle             
      fetchMode                
}
SourceFile: "StandardProperty.java"
InnerClasses:
  public Builder = org.hibernate.tuple.BaselineAttributeInformation$Builder of org.hibernate.tuple.BaselineAttributeInformation
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()