class org.hibernate.persister.collection.AbstractCollectionPersister$2 implements org.hibernate.persister.walking.spi.CollectionElementDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.persister.collection.AbstractCollectionPersister$2
  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$2 this
         0: .line 2160
            aload 0 /* this */
            aload 1
            putfield org.hibernate.persister.collection.AbstractCollectionPersister$2.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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$2;
    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$2 this
         0: .line 2163
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$2.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$2;

  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$2 this
         0: .line 2168
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$2.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$2;

  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$2 this
         0: .line 2173
            aload 0 /* this */
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister$2.getType:()Lorg/hibernate/type/Type;
            astore 1 /* type */
        start local 1 // org.hibernate.type.Type type
         1: .line 2174
            aload 1 /* type */
            invokeinterface org.hibernate.type.Type.isAnyType:()Z
            ifne 3
         2: .line 2175
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat collection element type as ManyToAny"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 2177
      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$2.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$2.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$2 org.hibernate.type.Type
      StackMap stack: new 3 new 3 org.hibernate.type.AnyType
         4: iconst_1
      StackMap locals: org.hibernate.persister.collection.AbstractCollectionPersister$2 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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$2;
            1    6     1  type  Lorg/hibernate/type/Type;

  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$2 this
         0: .line 2182
            aload 0 /* this */
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister$2.getType:()Lorg/hibernate/type/Type;
            invokeinterface org.hibernate.type.Type.isEntityType:()Z
            ifne 2
         1: .line 2183
            new java.lang.IllegalStateException
            dup
            ldc "Cannot treat collection element type as entity"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$2.this$0:Lorg/hibernate/persister/collection/AbstractCollectionPersister;
            invokevirtual org.hibernate.persister.collection.AbstractCollectionPersister.getElementPersister:()Lorg/hibernate/persister/entity/EntityPersister;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$2;

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

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