class org.hibernate.procedure.internal.ProcedureCallImpl$3 implements java.util.function.Consumer<org.hibernate.query.QueryParameter>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.procedure.internal.ProcedureCallImpl$3
  super_class: java.lang.Object
{
  int i;
    descriptor: I
    flags: (0x0000) 

  final org.hibernate.procedure.internal.ProcedureCallImpl this$0;
    descriptor: Lorg/hibernate/procedure/internal/ProcedureCallImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.sql.CallableStatement val$statement;
    descriptor: Ljava/sql/CallableStatement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.procedure.internal.ProcedureCallImpl, java.sql.CallableStatement);
    descriptor: (Lorg/hibernate/procedure/internal/ProcedureCallImpl;Ljava/sql/CallableStatement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.procedure.internal.ProcedureCallImpl$3 this
         0: .line 390
            aload 0 /* this */
            aload 1
            putfield org.hibernate.procedure.internal.ProcedureCallImpl$3.this$0:Lorg/hibernate/procedure/internal/ProcedureCallImpl;
            aload 0 /* this */
            aload 2
            putfield org.hibernate.procedure.internal.ProcedureCallImpl$3.val$statement:Ljava/sql/CallableStatement;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 391
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.procedure.internal.ProcedureCallImpl$3.i:I
         2: .line 390
            return
        end local 0 // org.hibernate.procedure.internal.ProcedureCallImpl$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/procedure/internal/ProcedureCallImpl$3;
    MethodParameters:
               Name  Flags
      this$0         final
      val$statement  final

  public void accept(org.hibernate.query.QueryParameter);
    descriptor: (Lorg/hibernate/query/QueryParameter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.procedure.internal.ProcedureCallImpl$3 this
        start local 1 // org.hibernate.query.QueryParameter queryParameter
         0: .line 396
            aload 1 /* queryParameter */
            checkcast org.hibernate.procedure.spi.ParameterRegistrationImplementor
            astore 2 /* registration */
        start local 2 // org.hibernate.procedure.spi.ParameterRegistrationImplementor registration
         1: .line 397
            aload 2 /* registration */
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureCallImpl$3.val$statement:Ljava/sql/CallableStatement;
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureCallImpl$3.i:I
            invokeinterface org.hibernate.procedure.spi.ParameterRegistrationImplementor.prepare:(Ljava/sql/CallableStatement;I)V
         2: .line 398
            aload 2 /* registration */
            invokeinterface org.hibernate.procedure.spi.ParameterRegistrationImplementor.getMode:()Ljavax/persistence/ParameterMode;
            getstatic javax.persistence.ParameterMode.REF_CURSOR:Ljavax/persistence/ParameterMode;
            if_acmpne 5
         3: .line 399
            aload 0 /* this */
            dup
            getfield org.hibernate.procedure.internal.ProcedureCallImpl$3.i:I
            iconst_1
            iadd
            putfield org.hibernate.procedure.internal.ProcedureCallImpl$3.i:I
         4: .line 400
            goto 13
         5: .line 402
      StackMap locals: org.hibernate.procedure.spi.ParameterRegistrationImplementor
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.hibernate.procedure.internal.ProcedureCallImpl$3.i:I
            aload 2 /* registration */
            invokeinterface org.hibernate.procedure.spi.ParameterRegistrationImplementor.getSqlTypes:()[I
            arraylength
            iadd
            putfield org.hibernate.procedure.internal.ProcedureCallImpl$3.i:I
        end local 2 // org.hibernate.procedure.spi.ParameterRegistrationImplementor registration
         6: .line 404
            goto 13
         7: .line 405
      StackMap locals: org.hibernate.procedure.internal.ProcedureCallImpl$3 org.hibernate.query.QueryParameter
      StackMap stack: java.sql.SQLException
            astore 2 /* e */
        start local 2 // java.sql.SQLException e
         8: .line 406
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureCallImpl$3.this$0:Lorg/hibernate/procedure/internal/ProcedureCallImpl;
            invokevirtual org.hibernate.procedure.internal.ProcedureCallImpl.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getJdbcServices:()Lorg/hibernate/engine/jdbc/spi/JdbcServices;
            invokeinterface org.hibernate.engine.jdbc.spi.JdbcServices.getSqlExceptionHelper:()Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
         9: .line 407
            aload 2 /* e */
        10: .line 408
            ldc "Error preparing registered callable parameter"
        11: .line 409
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureCallImpl$3.this$0:Lorg/hibernate/procedure/internal/ProcedureCallImpl;
            invokevirtual org.hibernate.procedure.internal.ProcedureCallImpl.getProcedureName:()Ljava/lang/String;
        12: .line 406
            invokevirtual org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert:(Ljava/sql/SQLException;Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/JDBCException;
            athrow
        end local 2 // java.sql.SQLException e
        13: .line 412
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.query.QueryParameter queryParameter
        end local 0 // org.hibernate.procedure.internal.ProcedureCallImpl$3 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/hibernate/procedure/internal/ProcedureCallImpl$3;
            0   14     1  queryParameter  Lorg/hibernate/query/QueryParameter;
            1    6     2    registration  Lorg/hibernate/procedure/spi/ParameterRegistrationImplementor;
            8   13     2               e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.sql.SQLException
    MethodParameters:
                Name  Flags
      queryParameter  

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.hibernate.query.QueryParameter
            invokevirtual org.hibernate.procedure.internal.ProcedureCallImpl$3.accept:(Lorg/hibernate/query/QueryParameter;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Lorg/hibernate/query/QueryParameter;>;
SourceFile: "ProcedureCallImpl.java"
EnclosingMethod: org.hibernate.procedure.internal.ProcedureCallImpl.buildOutputs:()Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;
NestHost: org.hibernate.procedure.internal.ProcedureCallImpl
InnerClasses:
  org.hibernate.procedure.internal.ProcedureCallImpl$3