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

  private final java.lang.String val$columnName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public java.lang.String getColumnName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$2 this
         0: .line 644
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$2.val$columnName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$ColumnMapperImpl$2;
}
SourceFile: "AbstractCollectionPersister.java"
EnclosingMethod: org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl.map:(Ljava/lang/String;)[Lorg/hibernate/sql/ordering/antlr/SqlValueReference;
NestHost: org.hibernate.persister.collection.AbstractCollectionPersister
InnerClasses:
  private ColumnMapperImpl = org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl of org.hibernate.persister.collection.AbstractCollectionPersister
  org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$2