public class org.hibernate.tuple.component.CompositeBasedAssociationAttribute extends org.hibernate.tuple.AbstractNonIdentifierAttribute implements org.hibernate.tuple.NonIdentifierAttribute, org.hibernate.persister.walking.spi.AssociationAttributeDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tuple.component.CompositeBasedAssociationAttribute
  super_class: org.hibernate.tuple.AbstractNonIdentifierAttribute
{
  private final int subAttributeNumber;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.persister.walking.spi.AssociationKey associationKey;
    descriptor: Lorg/hibernate/persister/walking/spi/AssociationKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.hibernate.persister.entity.Joinable joinable;
    descriptor: Lorg/hibernate/persister/entity/Joinable;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.persister.spi.HydratedCompoundValueHandler hydratedCompoundValueHandler;
    descriptor: Lorg/hibernate/persister/spi/HydratedCompoundValueHandler;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.hibernate.tuple.component.AbstractCompositionAttribute, org.hibernate.engine.spi.SessionFactoryImplementor, int, java.lang.String, org.hibernate.type.AssociationType, org.hibernate.tuple.BaselineAttributeInformation, int, org.hibernate.persister.walking.spi.AssociationKey);
    descriptor: (Lorg/hibernate/tuple/component/AbstractCompositionAttribute;Lorg/hibernate/engine/spi/SessionFactoryImplementor;ILjava/lang/String;Lorg/hibernate/type/AssociationType;Lorg/hibernate/tuple/BaselineAttributeInformation;ILorg/hibernate/persister/walking/spi/AssociationKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=9
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
        start local 1 // org.hibernate.tuple.component.AbstractCompositionAttribute source
        start local 2 // org.hibernate.engine.spi.SessionFactoryImplementor factory
        start local 3 // int entityBasedAttributeNumber
        start local 4 // java.lang.String attributeName
        start local 5 // org.hibernate.type.AssociationType attributeType
        start local 6 // org.hibernate.tuple.BaselineAttributeInformation baselineInfo
        start local 7 // int subAttributeNumber
        start local 8 // org.hibernate.persister.walking.spi.AssociationKey associationKey
         0: .line 55
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* factory */
            iload 3 /* entityBasedAttributeNumber */
            aload 4 /* attributeName */
            aload 5 /* attributeType */
            aload 6 /* baselineInfo */
            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
         1: .line 56
            aload 0 /* this */
            iload 7 /* subAttributeNumber */
            putfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.subAttributeNumber:I
         2: .line 57
            aload 0 /* this */
            aload 8 /* associationKey */
            putfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.associationKey:Lorg/hibernate/persister/walking/spi/AssociationKey;
         3: .line 58
            return
        end local 8 // org.hibernate.persister.walking.spi.AssociationKey associationKey
        end local 7 // int subAttributeNumber
        end local 6 // org.hibernate.tuple.BaselineAttributeInformation baselineInfo
        end local 5 // org.hibernate.type.AssociationType attributeType
        end local 4 // java.lang.String attributeName
        end local 3 // int entityBasedAttributeNumber
        end local 2 // org.hibernate.engine.spi.SessionFactoryImplementor factory
        end local 1 // org.hibernate.tuple.component.AbstractCompositionAttribute source
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;
            0    4     1                      source  Lorg/hibernate/tuple/component/AbstractCompositionAttribute;
            0    4     2                     factory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            0    4     3  entityBasedAttributeNumber  I
            0    4     4               attributeName  Ljava/lang/String;
            0    4     5               attributeType  Lorg/hibernate/type/AssociationType;
            0    4     6                baselineInfo  Lorg/hibernate/tuple/BaselineAttributeInformation;
            0    4     7          subAttributeNumber  I
            0    4     8              associationKey  Lorg/hibernate/persister/walking/spi/AssociationKey;
    MethodParameters:
                            Name  Flags
      source                      
      factory                     
      entityBasedAttributeNumber  
      attributeName               
      attributeType               
      baselineInfo                
      subAttributeNumber          
      associationKey              

  public org.hibernate.type.AssociationType getType();
    descriptor: ()Lorg/hibernate/type/AssociationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 62
            aload 0 /* this */
            invokespecial org.hibernate.tuple.AbstractNonIdentifierAttribute.getType:()Lorg/hibernate/type/Type;
            checkcast org.hibernate.type.AssociationType
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.tuple.component.AbstractCompositionAttribute getSource();
    descriptor: ()Lorg/hibernate/tuple/component/AbstractCompositionAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 67
            aload 0 /* this */
            invokespecial org.hibernate.tuple.AbstractNonIdentifierAttribute.getSource:()Lorg/hibernate/persister/walking/spi/AttributeSource;
            checkcast org.hibernate.tuple.component.AbstractCompositionAttribute
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  protected org.hibernate.persister.entity.Joinable getJoinable();
    descriptor: ()Lorg/hibernate/persister/entity/Joinable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 71
            aload 0 /* this */
            getfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.joinable:Lorg/hibernate/persister/entity/Joinable;
            ifnonnull 2
         1: .line 72
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getType:()Lorg/hibernate/type/AssociationType;
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.sessionFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.type.AssociationType.getAssociatedJoinable:(Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Lorg/hibernate/persister/entity/Joinable;
            putfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.joinable:Lorg/hibernate/persister/entity/Joinable;
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.joinable:Lorg/hibernate/persister/entity/Joinable;
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.persister.walking.spi.AssociationKey getAssociationKey();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AssociationKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 79
            aload 0 /* this */
            getfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.associationKey:Lorg/hibernate/persister/walking/spi/AssociationKey;
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature getAssociationNature();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 84
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getType:()Lorg/hibernate/type/AssociationType;
            invokeinterface org.hibernate.type.AssociationType.isAnyType:()Z
            ifeq 2
         1: .line 85
            getstatic org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature.ANY:Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            areturn
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getJoinable:()Lorg/hibernate/persister/entity/Joinable;
            invokeinterface org.hibernate.persister.entity.Joinable.isCollection:()Z
            ifeq 4
         3: .line 89
            getstatic org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature.COLLECTION:Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            areturn
         4: .line 92
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature.ENTITY:Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  private boolean isAnyType();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 98
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getAssociationNature:()Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            getstatic org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature.ANY:Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  private boolean isEntityType();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 102
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getAssociationNature:()Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            getstatic org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature.ENTITY:Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  private boolean isCollection();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 106
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getAssociationNature:()Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            getstatic org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature.COLLECTION:Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.persister.walking.spi.AnyMappingDefinition toAnyDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AnyMappingDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 111
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.isAnyType:()Z
            ifne 2
         1: .line 112
            new org.hibernate.persister.walking.spi.WalkingException
            dup
            ldc "Cannot build AnyMappingDefinition from non-any-typed attribute"
            invokespecial org.hibernate.persister.walking.spi.WalkingException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 115
      StackMap locals:
      StackMap stack:
            new org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getType:()Lorg/hibernate/type/AssociationType;
            checkcast org.hibernate.type.AnyType
            iconst_0
            invokespecial org.hibernate.persister.walking.internal.StandardAnyTypeDefinition.<init>:(Lorg/hibernate/type/AnyType;Z)V
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.persister.walking.spi.EntityDefinition toEntityDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/EntityDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 120
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.isCollection:()Z
            ifeq 2
         1: .line 121
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat collection attribute as entity type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.isAnyType:()Z
            ifeq 4
         3: .line 124
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat any-type attribute as entity type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getJoinable:()Lorg/hibernate/persister/entity/Joinable;
            checkcast org.hibernate.persister.entity.EntityPersister
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.persister.walking.spi.CollectionDefinition toCollectionDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/CollectionDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 131
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.isEntityType:()Z
            ifeq 2
         1: .line 132
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat entity attribute as collection type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.isAnyType:()Z
            ifeq 4
         3: .line 135
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat any-type attribute as collection type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getJoinable:()Lorg/hibernate/persister/entity/Joinable;
            checkcast org.hibernate.persister.collection.CollectionPersister
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.engine.FetchStrategy determineFetchPlan(org.hibernate.engine.spi.LoadQueryInfluencers, org.hibernate.loader.PropertyPath);
    descriptor: (Lorg/hibernate/engine/spi/LoadQueryInfluencers;Lorg/hibernate/loader/PropertyPath;)Lorg/hibernate/engine/FetchStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
        start local 1 // org.hibernate.engine.spi.LoadQueryInfluencers loadQueryInfluencers
        start local 2 // org.hibernate.loader.PropertyPath propertyPath
         0: .line 142
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getSource:()Lorg/hibernate/tuple/component/AbstractCompositionAttribute;
            invokevirtual org.hibernate.tuple.component.AbstractCompositionAttribute.locateOwningPersister:()Lorg/hibernate/persister/entity/EntityPersister;
            astore 3 /* owningPersister */
        start local 3 // org.hibernate.persister.entity.EntityPersister owningPersister
         1: .line 145
            aload 1 /* loadQueryInfluencers */
         2: .line 146
            aload 3 /* owningPersister */
         3: .line 147
            aload 2 /* propertyPath */
         4: .line 148
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.attributeNumber:()I
         5: .line 144
            invokestatic org.hibernate.persister.walking.internal.FetchStrategyHelper.determineFetchStyleByProfile:(Lorg/hibernate/engine/spi/LoadQueryInfluencers;Lorg/hibernate/persister/entity/EntityPersister;Lorg/hibernate/loader/PropertyPath;I)Lorg/hibernate/engine/FetchStyle;
            astore 4 /* style */
        start local 4 // org.hibernate.engine.FetchStyle style
         6: .line 150
            aload 4 /* style */
            ifnonnull 8
         7: .line 151
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getFetchMode:()Lorg/hibernate/FetchMode;
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getType:()Lorg/hibernate/type/AssociationType;
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.determineFetchStyleByMetadata:(Lorg/hibernate/FetchMode;Lorg/hibernate/type/AssociationType;)Lorg/hibernate/engine/FetchStyle;
            astore 4 /* style */
         8: .line 154
      StackMap locals: org.hibernate.persister.entity.EntityPersister org.hibernate.engine.FetchStyle
      StackMap stack:
            new org.hibernate.engine.FetchStrategy
            dup
            aload 0 /* this */
            aload 4 /* style */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.determineFetchTiming:(Lorg/hibernate/engine/FetchStyle;)Lorg/hibernate/engine/FetchTiming;
            aload 4 /* style */
            invokespecial org.hibernate.engine.FetchStrategy.<init>:(Lorg/hibernate/engine/FetchTiming;Lorg/hibernate/engine/FetchStyle;)V
            areturn
        end local 4 // org.hibernate.engine.FetchStyle style
        end local 3 // org.hibernate.persister.entity.EntityPersister owningPersister
        end local 2 // org.hibernate.loader.PropertyPath propertyPath
        end local 1 // org.hibernate.engine.spi.LoadQueryInfluencers loadQueryInfluencers
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;
            0    9     1  loadQueryInfluencers  Lorg/hibernate/engine/spi/LoadQueryInfluencers;
            0    9     2          propertyPath  Lorg/hibernate/loader/PropertyPath;
            1    9     3       owningPersister  Lorg/hibernate/persister/entity/EntityPersister;
            6    9     4                 style  Lorg/hibernate/engine/FetchStyle;
    MethodParameters:
                      Name  Flags
      loadQueryInfluencers  
      propertyPath          

  protected org.hibernate.engine.FetchStyle determineFetchStyleByMetadata(org.hibernate.FetchMode, org.hibernate.type.AssociationType);
    descriptor: (Lorg/hibernate/FetchMode;Lorg/hibernate/type/AssociationType;)Lorg/hibernate/engine/FetchStyle;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
        start local 1 // org.hibernate.FetchMode fetchMode
        start local 2 // org.hibernate.type.AssociationType type
         0: .line 158
            aload 1 /* fetchMode */
            aload 2 /* type */
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.sessionFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokestatic org.hibernate.persister.walking.internal.FetchStrategyHelper.determineFetchStyleByMetadata:(Lorg/hibernate/FetchMode;Lorg/hibernate/type/AssociationType;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Lorg/hibernate/engine/FetchStyle;
            areturn
        end local 2 // org.hibernate.type.AssociationType type
        end local 1 // org.hibernate.FetchMode fetchMode
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;
            0    1     1  fetchMode  Lorg/hibernate/FetchMode;
            0    1     2       type  Lorg/hibernate/type/AssociationType;
    MethodParameters:
           Name  Flags
      fetchMode  
      type       

  private org.hibernate.engine.FetchTiming determineFetchTiming(org.hibernate.engine.FetchStyle);
    descriptor: (Lorg/hibernate/engine/FetchStyle;)Lorg/hibernate/engine/FetchTiming;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
        start local 1 // org.hibernate.engine.FetchStyle style
         0: .line 162
            aload 1 /* style */
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getType:()Lorg/hibernate/type/AssociationType;
            aload 0 /* this */
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.sessionFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokestatic org.hibernate.persister.walking.internal.FetchStrategyHelper.determineFetchTiming:(Lorg/hibernate/engine/FetchStyle;Lorg/hibernate/type/AssociationType;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Lorg/hibernate/engine/FetchTiming;
            areturn
        end local 1 // org.hibernate.engine.FetchStyle style
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;
            0    1     1  style  Lorg/hibernate/engine/FetchStyle;
    MethodParameters:
       Name  Flags
      style  

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

  public org.hibernate.persister.spi.HydratedCompoundValueHandler getHydratedCompoundValueExtractor();
    descriptor: ()Lorg/hibernate/persister/spi/HydratedCompoundValueHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 174
            aload 0 /* this */
            getfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.hydratedCompoundValueHandler:Lorg/hibernate/persister/spi/HydratedCompoundValueHandler;
            ifnonnull 2
         1: .line 175
            aload 0 /* this */
            new org.hibernate.tuple.component.CompositeBasedAssociationAttribute$1
            dup
            aload 0 /* this */
            invokespecial org.hibernate.tuple.component.CompositeBasedAssociationAttribute$1.<init>:(Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;)V
            putfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.hydratedCompoundValueHandler:Lorg/hibernate/persister/spi/HydratedCompoundValueHandler;
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tuple.component.CompositeBasedAssociationAttribute.hydratedCompoundValueHandler:Lorg/hibernate/persister/spi/HydratedCompoundValueHandler;
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  protected java.lang.String loggableMetadata();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
         0: .line 192
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial org.hibernate.tuple.AbstractNonIdentifierAttribute.loggableMetadata:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ",association"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.tuple.component.CompositeBasedAssociationAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tuple/component/CompositeBasedAssociationAttribute;

  public org.hibernate.type.Type getType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getType:()Lorg/hibernate/type/AssociationType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.persister.walking.spi.AttributeSource getSource();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AttributeSource;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.hibernate.tuple.component.CompositeBasedAssociationAttribute.getSource:()Lorg/hibernate/tuple/component/AbstractCompositionAttribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CompositeBasedAssociationAttribute.java"
NestMembers:
  org.hibernate.tuple.component.CompositeBasedAssociationAttribute$1
InnerClasses:
  public final AssociationNature = org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature of org.hibernate.persister.walking.spi.AssociationAttributeDefinition
  org.hibernate.tuple.component.CompositeBasedAssociationAttribute$1