public class org.hibernate.hql.internal.ast.ParameterTranslationsImpl implements org.hibernate.hql.spi.ParameterTranslations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.hql.internal.ast.ParameterTranslationsImpl
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo> namedParameters;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;>;

  private final org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo[] ordinalParameters;
    descriptor: [Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public boolean supportsOrdinalParameterMetadata();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
         0: .line 53
            iconst_1
            ireturn
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;

  public int getOrdinalParameterCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
         0: .line 58
            aload 0 /* this */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ordinalParameters:[Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            arraylength
            ireturn
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;

  public org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo getOrdinalParameterInfo(int);
    descriptor: (I)Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // int ordinalPosition
         0: .line 63
            aload 0 /* this */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ordinalParameters:[Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            iload 1 /* ordinalPosition */
            iconst_1
            isub
            aaload
            areturn
        end local 1 // int ordinalPosition
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0    1     1  ordinalPosition  I
    MethodParameters:
                 Name  Flags
      ordinalPosition  

  public int getOrdinalParameterSqlLocation(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // int ordinalPosition
         0: .line 68
            aload 0 /* this */
            iload 1 /* ordinalPosition */
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl.getOrdinalParameterInfo:(I)Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.getSqlLocations:()[I
            iconst_0
            iaload
            ireturn
        end local 1 // int ordinalPosition
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0    1     1  ordinalPosition  I
    MethodParameters:
                 Name  Flags
      ordinalPosition  

  public org.hibernate.type.Type getOrdinalParameterExpectedType(int);
    descriptor: (I)Lorg/hibernate/type/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // int ordinalPosition
         0: .line 73
            aload 0 /* this */
            iload 1 /* ordinalPosition */
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl.getOrdinalParameterInfo:(I)Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.getExpectedType:()Lorg/hibernate/type/Type;
            areturn
        end local 1 // int ordinalPosition
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0    1     1  ordinalPosition  I
    MethodParameters:
                 Name  Flags
      ordinalPosition  

  public java.util.Set getNamedParameterNames();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
         0: .line 78
            aload 0 /* this */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.namedParameters:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;

  public org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo getNamedParameterInfo(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // java.lang.String name
         0: .line 82
            aload 0 /* this */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.namedParameters:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public int[] getNamedParameterSqlLocations(java.lang.String);
    descriptor: (Ljava/lang/String;)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // java.lang.String name
         0: .line 87
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl.getNamedParameterInfo:(Ljava/lang/String;)Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.getSqlLocations:()[I
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public org.hibernate.type.Type getNamedParameterExpectedType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/type/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // java.lang.String name
         0: .line 92
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl.getNamedParameterInfo:(Ljava/lang/String;)Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            invokevirtual org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.getExpectedType:()Lorg/hibernate/type/Type;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void <init>(java.util.List<org.hibernate.param.ParameterSpecification>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
        start local 1 // java.util.List parameterSpecifications
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            aload 1 /* parameterSpecifications */
            invokeinterface java.util.List.size:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 112
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* ordinalParameterList */
        start local 3 // java.util.List ordinalParameterList
         3: .line 113
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 4 /* namedParameterMap */
        start local 4 // java.util.Map namedParameterMap
         4: .line 114
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 24
         6: .line 115
      StackMap locals: org.hibernate.hql.internal.ast.ParameterTranslationsImpl java.util.List int java.util.List java.util.Map int
      StackMap stack:
            aload 1 /* parameterSpecifications */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.hibernate.param.ParameterSpecification
            astore 6 /* spec */
        start local 6 // org.hibernate.param.ParameterSpecification spec
         7: .line 116
            ldc Lorg/hibernate/param/PositionalParameterSpecification;
            aload 6 /* spec */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 11
         8: .line 117
            aload 6 /* spec */
            checkcast org.hibernate.param.PositionalParameterSpecification
            astore 7 /* ordinalSpec */
        start local 7 // org.hibernate.param.PositionalParameterSpecification ordinalSpec
         9: .line 118
            aload 3 /* ordinalParameterList */
            new org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo
            dup
            iload 5 /* i */
            aload 7 /* ordinalSpec */
            invokevirtual org.hibernate.param.PositionalParameterSpecification.getExpectedType:()Lorg/hibernate/type/Type;
            invokespecial org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.<init>:(ILorg/hibernate/type/Type;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.hibernate.param.PositionalParameterSpecification ordinalSpec
        10: .line 119
            goto 23
        11: .line 120
      StackMap locals: org.hibernate.param.ParameterSpecification
      StackMap stack:
            ldc Lorg/hibernate/param/NamedParameterSpecification;
            aload 6 /* spec */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 23
        12: .line 121
            aload 6 /* spec */
            checkcast org.hibernate.param.NamedParameterSpecification
            astore 7 /* namedSpec */
        start local 7 // org.hibernate.param.NamedParameterSpecification namedSpec
        13: .line 122
            aload 4 /* namedParameterMap */
            aload 7 /* namedSpec */
            invokevirtual org.hibernate.param.NamedParameterSpecification.getName:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder
            astore 8 /* paramHolder */
        start local 8 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder paramHolder
        14: .line 123
            aload 8 /* paramHolder */
            ifnonnull 20
        15: .line 124
            new org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder
            dup
            aload 0 /* this */
            invokespecial org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.<init>:(Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;)V
            astore 8 /* paramHolder */
        16: .line 125
            aload 8 /* paramHolder */
            aload 7 /* namedSpec */
            invokevirtual org.hibernate.param.NamedParameterSpecification.getName:()Ljava/lang/String;
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.name:Ljava/lang/String;
        17: .line 126
            aload 8 /* paramHolder */
            aload 7 /* namedSpec */
            invokevirtual org.hibernate.param.NamedParameterSpecification.getExpectedType:()Lorg/hibernate/type/Type;
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.type:Lorg/hibernate/type/Type;
        18: .line 127
            aload 4 /* namedParameterMap */
            aload 7 /* namedSpec */
            invokevirtual org.hibernate.param.NamedParameterSpecification.getName:()Ljava/lang/String;
            aload 8 /* paramHolder */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 128
            goto 22
        20: .line 129
      StackMap locals: org.hibernate.param.NamedParameterSpecification org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder
      StackMap stack:
            aload 8 /* paramHolder */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.type:Lorg/hibernate/type/Type;
            ifnonnull 22
            aload 7 /* namedSpec */
            invokevirtual org.hibernate.param.NamedParameterSpecification.getExpectedType:()Lorg/hibernate/type/Type;
            ifnull 22
        21: .line 132
            aload 8 /* paramHolder */
            aload 7 /* namedSpec */
            invokevirtual org.hibernate.param.NamedParameterSpecification.getExpectedType:()Lorg/hibernate/type/Type;
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.type:Lorg/hibernate/type/Type;
        22: .line 134
      StackMap locals:
      StackMap stack:
            aload 8 /* paramHolder */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.positions:Ljava/util/List;
            iload 5 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder paramHolder
        end local 7 // org.hibernate.param.NamedParameterSpecification namedSpec
        end local 6 // org.hibernate.param.ParameterSpecification spec
        23: .line 114
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 5 /* i */
            iload 2 /* size */
            if_icmplt 6
        end local 5 // int i
        25: .line 139
            aload 0 /* this */
            aload 3 /* ordinalParameterList */
            aload 3 /* ordinalParameterList */
            invokeinterface java.util.List.size:()I
            anewarray org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo[]
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.ordinalParameters:[Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
        26: .line 141
            aload 4 /* namedParameterMap */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 29
        27: .line 142
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.namedParameters:Ljava/util/Map;
        28: .line 143
            goto 38
        29: .line 145
      StackMap locals:
      StackMap stack:
            new java.util.HashMap
            dup
            aload 4 /* namedParameterMap */
            invokeinterface java.util.Map.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 5 /* namedParametersBacking */
        start local 5 // java.util.Map namedParametersBacking
        30: .line 146
            aload 4 /* namedParameterMap */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 36
      StackMap locals: org.hibernate.hql.internal.ast.ParameterTranslationsImpl java.util.List int java.util.List java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
        31: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder
            astore 6 /* holder */
        start local 6 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder holder
        32: .line 147
            aload 5 /* namedParametersBacking */
        33: .line 148
            aload 6 /* holder */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.name:Ljava/lang/String;
        34: .line 149
            new org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo
            dup
            aload 6 /* holder */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.positions:Ljava/util/List;
            invokestatic org.hibernate.internal.util.collections.ArrayHelper.toIntArray:(Ljava/util/Collection;)[I
            aload 6 /* holder */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder.type:Lorg/hibernate/type/Type;
            invokespecial org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.<init>:([ILorg/hibernate/type/Type;)V
        35: .line 147
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder holder
        36: .line 146
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 31
        37: .line 152
            aload 0 /* this */
            aload 5 /* namedParametersBacking */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl.namedParameters:Ljava/util/Map;
        end local 5 // java.util.Map namedParametersBacking
        38: .line 154
      StackMap locals: org.hibernate.hql.internal.ast.ParameterTranslationsImpl java.util.List int java.util.List java.util.Map
      StackMap stack:
            return
        end local 4 // java.util.Map namedParameterMap
        end local 3 // java.util.List ordinalParameterList
        end local 2 // int size
        end local 1 // java.util.List parameterSpecifications
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   39     0                     this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl;
            0   39     1  parameterSpecifications  Ljava/util/List<Lorg/hibernate/param/ParameterSpecification;>;
            2   39     2                     size  I
            3   39     3     ordinalParameterList  Ljava/util/List<Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;>;
            4   39     4        namedParameterMap  Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$1NamedParamTempHolder;>;
            5   25     5                        i  I
            7   23     6                     spec  Lorg/hibernate/param/ParameterSpecification;
            9   10     7              ordinalSpec  Lorg/hibernate/param/PositionalParameterSpecification;
           13   23     7                namedSpec  Lorg/hibernate/param/NamedParameterSpecification;
           14   23     8              paramHolder  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$1NamedParamTempHolder;
           30   38     5   namedParametersBacking  Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;>;
           32   36     6                   holder  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$1NamedParamTempHolder;
    Signature: (Ljava/util/List<Lorg/hibernate/param/ParameterSpecification;>;)V
    MethodParameters:
                         Name  Flags
      parameterSpecifications  
}
SourceFile: "ParameterTranslationsImpl.java"
NestMembers:
  org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder  org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo
InnerClasses:
  NamedParamTempHolder = org.hibernate.hql.internal.ast.ParameterTranslationsImpl$1NamedParamTempHolder
  public ParameterInfo = org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo of org.hibernate.hql.internal.ast.ParameterTranslationsImpl