class org.hibernate.persister.collection.AbstractCollectionPersister$1$1 implements org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.persister.collection.AbstractCollectionPersister$1$1
  super_class: java.lang.Object
{
  final org.hibernate.persister.collection.AbstractCollectionPersister$1 this$1;
    descriptor: Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.persister.collection.AbstractCollectionPersister$1);
    descriptor: (Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2144
            aload 0 /* this */
            aload 1
            putfield org.hibernate.persister.collection.AbstractCollectionPersister$1$1.this$1:Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2147
            ldc "index"
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;

  public org.hibernate.type.CompositeType getType();
    descriptor: ()Lorg/hibernate/type/CompositeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2152
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1$1.this$1:Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;
            invokestatic org.hibernate.persister.collection.AbstractCollectionPersister$1.access$0:(Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;)Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.getIndexType:()Lorg/hibernate/type/Type;
            checkcast org.hibernate.type.CompositeType
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2157
            iconst_0
            ireturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;

  public org.hibernate.persister.walking.spi.AttributeSource getSource();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AttributeSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2164
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1$1.this$1:Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;
            invokestatic org.hibernate.persister.collection.AbstractCollectionPersister$1.access$0:(Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;)Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.getOwnerEntityPersister:()Lorg/hibernate/persister/entity/EntityPersister;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;

  public java.lang.Iterable<org.hibernate.persister.walking.spi.AttributeDefinition> getAttributes();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2169
            aload 0 /* this */
            invokestatic org.hibernate.persister.walking.internal.CompositionSingularSubAttributesHelper.getCompositeCollectionIndexSubAttributes:(Lorg/hibernate/persister/walking/spi/CompositeCollectionElementDefinition;)Ljava/lang/Iterable;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;
    Signature: ()Ljava/lang/Iterable<Lorg/hibernate/persister/walking/spi/AttributeDefinition;>;

  public org.hibernate.persister.walking.spi.CollectionDefinition getCollectionDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/CollectionDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
         0: .line 2173
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1$1.this$1:Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;
            invokestatic org.hibernate.persister.collection.AbstractCollectionPersister$1.access$0:(Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;)Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1$1;

  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.persister.collection.AbstractCollectionPersister$1$1.getType:()Lorg/hibernate/type/CompositeType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractCollectionPersister.java"
EnclosingMethod: org.hibernate.persister.collection.AbstractCollectionPersister$1.toCompositeDefinition:()Lorg/hibernate/persister/walking/spi/CompositionDefinition;
NestHost: org.hibernate.persister.collection.AbstractCollectionPersister
InnerClasses:
  org.hibernate.persister.collection.AbstractCollectionPersister$1
  org.hibernate.persister.collection.AbstractCollectionPersister$1$1