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

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

  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 this
         0: .line 2092
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;

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

  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.persister.collection.AbstractCollectionPersister$1 this
         0: .line 2102
            aload 0 /* this */
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister$1.getType:()Lorg/hibernate/type/Type;
            invokeinterface org.hibernate.type.Type.isEntityType:()Z
            ifne 2
         1: .line 2103
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat collection index type as entity"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.getIndexType:()Lorg/hibernate/type/Type;
            checkcast org.hibernate.type.AssociationType
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.type.AssociationType.getAssociatedJoinable:(Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Lorg/hibernate/persister/entity/Joinable;
            checkcast org.hibernate.persister.entity.EntityPersister
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;

  public org.hibernate.persister.walking.spi.CompositionDefinition toCompositeDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/CompositionDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1 this
         0: .line 2110
            aload 0 /* this */
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister$1.getType:()Lorg/hibernate/type/Type;
            invokeinterface org.hibernate.type.Type.isComponentType:()Z
            ifne 2
         1: .line 2111
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat collection index type as composite"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2113
      StackMap locals:
      StackMap stack:
            new org.hibernate.persister.collection.AbstractCollectionPersister$1$1
            dup
            aload 0 /* this */
            invokespecial org.hibernate.persister.collection.AbstractCollectionPersister$1$1.<init>:(Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;)V
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;

  public org.hibernate.persister.walking.spi.AnyMappingDefinition toAnyMappingDefinition();
    descriptor: ()Lorg/hibernate/persister/walking/spi/AnyMappingDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1 this
         0: .line 2149
            aload 0 /* this */
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister$1.getType:()Lorg/hibernate/type/Type;
            astore 1 /* type */
        start local 1 // org.hibernate.type.Type type
         1: .line 2150
            aload 1 /* type */
            invokeinterface org.hibernate.type.Type.isAnyType:()Z
            ifne 3
         2: .line 2151
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat collection index type as ManyToAny"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 2153
      StackMap locals: org.hibernate.type.Type
      StackMap stack:
            new org.hibernate.persister.walking.internal.StandardAnyTypeDefinition
            dup
            aload 1 /* type */
            checkcast org.hibernate.type.AnyType
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.isLazy:()Z
            ifne 4
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.isExtraLazy:()Z
            ifne 4
            iconst_0
            goto 5
      StackMap locals: org.hibernate.persister.collection.AbstractCollectionPersister$1 org.hibernate.type.Type
      StackMap stack: new 3 new 3 org.hibernate.type.AnyType
         4: iconst_1
      StackMap locals: org.hibernate.persister.collection.AbstractCollectionPersister$1 org.hibernate.type.Type
      StackMap stack: new 3 new 3 org.hibernate.type.AnyType int
         5: invokespecial org.hibernate.persister.walking.internal.StandardAnyTypeDefinition.<init>:(Lorg/hibernate/type/AnyType;Z)V
            areturn
        end local 1 // org.hibernate.type.Type type
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;
            1    6     1  type  Lorg/hibernate/type/Type;

  static org.hibernate.persister.collection.AbstractCollectionPersister access$0(org.hibernate.persister.collection.AbstractCollectionPersister$1);
    descriptor: (Lorg/hibernate/persister/collection/AbstractCollectionPersister$1;)Lorg/hibernate/persister/collection/AbstractCollectionPersister;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 2089
            aload 0
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$1.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractCollectionPersister.java"
EnclosingMethod: org.hibernate.persister.collection.AbstractCollectionPersister.getIndexDefinition:()Lorg/hibernate/persister/walking/spi/CollectionIndexDefinition;
NestHost: org.hibernate.persister.collection.AbstractCollectionPersister
InnerClasses:
  org.hibernate.persister.collection.AbstractCollectionPersister$1
  org.hibernate.persister.collection.AbstractCollectionPersister$1$1