public class org.hibernate.tuple.entity.EntityBasedCompositionAttribute extends org.hibernate.tuple.component.AbstractCompositionAttribute implements org.hibernate.persister.walking.spi.CompositionDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tuple.entity.EntityBasedCompositionAttribute
  super_class: org.hibernate.tuple.component.AbstractCompositionAttribute
{
  public void <init>(org.hibernate.persister.entity.EntityPersister, org.hibernate.engine.spi.SessionFactoryImplementor, int, java.lang.String, org.hibernate.type.CompositeType, org.hibernate.tuple.BaselineAttributeInformation);
    descriptor: (Lorg/hibernate/persister/entity/EntityPersister;Lorg/hibernate/engine/spi/SessionFactoryImplementor;ILjava/lang/String;Lorg/hibernate/type/CompositeType;Lorg/hibernate/tuple/BaselineAttributeInformation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.hibernate.tuple.entity.EntityBasedCompositionAttribute this
        start local 1 // org.hibernate.persister.entity.EntityPersister source
        start local 2 // org.hibernate.engine.spi.SessionFactoryImplementor factory
        start local 3 // int attributeNumber
        start local 4 // java.lang.String attributeName
        start local 5 // org.hibernate.type.CompositeType attributeType
        start local 6 // org.hibernate.tuple.BaselineAttributeInformation baselineInfo
         0: .line 47
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* factory */
            iload 3 /* attributeNumber */
            aload 4 /* attributeName */
            aload 5 /* attributeType */
            iconst_0
            aload 6 /* baselineInfo */
            invokespecial org.hibernate.tuple.component.AbstractCompositionAttribute.<init>:(Lorg/hibernate/persister/walking/spi/AttributeSource;Lorg/hibernate/engine/spi/SessionFactoryImplementor;ILjava/lang/String;Lorg/hibernate/type/CompositeType;ILorg/hibernate/tuple/BaselineAttributeInformation;)V
         1: .line 48
            return
        end local 6 // org.hibernate.tuple.BaselineAttributeInformation baselineInfo
        end local 5 // org.hibernate.type.CompositeType attributeType
        end local 4 // java.lang.String attributeName
        end local 3 // int attributeNumber
        end local 2 // org.hibernate.engine.spi.SessionFactoryImplementor factory
        end local 1 // org.hibernate.persister.entity.EntityPersister source
        end local 0 // org.hibernate.tuple.entity.EntityBasedCompositionAttribute this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/tuple/entity/EntityBasedCompositionAttribute;
            0    2     1           source  Lorg/hibernate/persister/entity/EntityPersister;
            0    2     2          factory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            0    2     3  attributeNumber  I
            0    2     4    attributeName  Ljava/lang/String;
            0    2     5    attributeType  Lorg/hibernate/type/CompositeType;
            0    2     6     baselineInfo  Lorg/hibernate/tuple/BaselineAttributeInformation;
    MethodParameters:
                 Name  Flags
      source           
      factory          
      attributeNumber  
      attributeName    
      attributeType    
      baselineInfo     

  protected org.hibernate.persister.entity.EntityPersister locateOwningPersister();
    descriptor: ()Lorg/hibernate/persister/entity/EntityPersister;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.entity.EntityBasedCompositionAttribute this
         0: .line 52
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.entity.EntityBasedCompositionAttribute.getSource:()Lorg/hibernate/persister/walking/spi/AttributeSource;
            checkcast org.hibernate.persister.entity.EntityPersister
            areturn
        end local 0 // org.hibernate.tuple.entity.EntityBasedCompositionAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/entity/EntityBasedCompositionAttribute;
}
SourceFile: "EntityBasedCompositionAttribute.java"