public interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition extends org.hibernate.persister.walking.spi.AttributeDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.persister.walking.spi.AssociationAttributeDefinition
  super_class: java.lang.Object
{
  public abstract org.hibernate.type.AssociationType getType();
    descriptor: ()Lorg/hibernate/type/AssociationType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.persister.walking.spi.AssociationKey getAssociationKey();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AssociationKey;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature getAssociationNature();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AssociationAttributeDefinition$AssociationNature;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.persister.walking.spi.EntityDefinition toEntityDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/EntityDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.persister.walking.spi.CollectionDefinition toCollectionDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/CollectionDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.persister.walking.spi.AnyMappingDefinition toAnyDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AnyMappingDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      loadQueryInfluencers  
      propertyPath          

  public abstract org.hibernate.engine.spi.CascadeStyle determineCascadeStyle();
    descriptor: ()Lorg/hibernate/engine/spi/CascadeStyle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.persister.spi.HydratedCompoundValueHandler getHydratedCompoundValueExtractor();
    descriptor: ()Lorg/hibernate/persister/spi/HydratedCompoundValueHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  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
            invokeinterface org.hibernate.persister.walking.spi.AssociationAttributeDefinition.getType:()Lorg/hibernate/type/AssociationType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AssociationAttributeDefinition.java"
NestMembers:
  org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature
InnerClasses:
  public final AssociationNature = org.hibernate.persister.walking.spi.AssociationAttributeDefinition$AssociationNature of org.hibernate.persister.walking.spi.AssociationAttributeDefinition