class org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1 implements org.hibernate.sql.ordering.antlr.FormulaReference
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1
  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$formulaTemplate;
    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$1 this
         0: .line 643
            aload 0 /* this */
            aload 1
            putfield org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1.this$1:Lorg/hibernate/persister/collection/AbstractCollectionPersister$ColumnMapperImpl;
            aload 0 /* this */
            aload 2
            putfield org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1.val$formulaTemplate:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$ColumnMapperImpl$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$formulaTemplate  final

  public java.lang.String getFormulaFragment();
    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$1 this
         0: .line 646
            aload 0 /* this */
            getfield org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1.val$formulaTemplate:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.persister.collection.AbstractCollectionPersister$ColumnMapperImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/persister/collection/AbstractCollectionPersister$ColumnMapperImpl$1;
}
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$1