public class org.hibernate.procedure.internal.ProcedureOutputsImpl extends org.hibernate.result.internal.OutputsImpl implements org.hibernate.procedure.ProcedureOutputs
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.procedure.internal.ProcedureOutputsImpl
  super_class: org.hibernate.result.internal.OutputsImpl
{
  private final org.hibernate.procedure.internal.ProcedureCallImpl procedureCall;
    descriptor: Lorg/hibernate/procedure/internal/ProcedureCallImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.sql.CallableStatement callableStatement;
    descriptor: Ljava/sql/CallableStatement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.procedure.spi.ParameterRegistrationImplementor[] refCursorParameters;
    descriptor: [Lorg/hibernate/procedure/spi/ParameterRegistrationImplementor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int refCursorParamIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.hibernate.procedure.internal.ProcedureCallImpl, java.sql.CallableStatement);
    descriptor: (Lorg/hibernate/procedure/internal/ProcedureCallImpl;Ljava/sql/CallableStatement;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
        start local 1 // org.hibernate.procedure.internal.ProcedureCallImpl procedureCall
        start local 2 // java.sql.CallableStatement callableStatement
         0: .line 49
            aload 0 /* this */
            aload 1 /* procedureCall */
            aload 2 /* callableStatement */
            invokespecial org.hibernate.result.internal.OutputsImpl.<init>:(Lorg/hibernate/result/spi/ResultContext;Ljava/sql/PreparedStatement;)V
         1: .line 50
            aload 0 /* this */
            aload 1 /* procedureCall */
            putfield org.hibernate.procedure.internal.ProcedureOutputsImpl.procedureCall:Lorg/hibernate/procedure/internal/ProcedureCallImpl;
         2: .line 51
            aload 0 /* this */
            aload 2 /* callableStatement */
            putfield org.hibernate.procedure.internal.ProcedureOutputsImpl.callableStatement:Ljava/sql/CallableStatement;
         3: .line 53
            aload 0 /* this */
            aload 1 /* procedureCall */
            invokevirtual org.hibernate.procedure.internal.ProcedureCallImpl.collectRefCursorParameters:()[Lorg/hibernate/procedure/spi/ParameterRegistrationImplementor;
            putfield org.hibernate.procedure.internal.ProcedureOutputsImpl.refCursorParameters:[Lorg/hibernate/procedure/spi/ParameterRegistrationImplementor;
         4: .line 54
            return
        end local 2 // java.sql.CallableStatement callableStatement
        end local 1 // org.hibernate.procedure.internal.ProcedureCallImpl procedureCall
        end local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;
            0    5     1      procedureCall  Lorg/hibernate/procedure/internal/ProcedureCallImpl;
            0    5     2  callableStatement  Ljava/sql/CallableStatement;
    MethodParameters:
                   Name  Flags
      procedureCall      
      callableStatement  

  public <T> T getOutputParameterValue(org.hibernate.procedure.ParameterRegistration<T>);
    descriptor: (Lorg/hibernate/procedure/ParameterRegistration;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
        start local 1 // org.hibernate.procedure.ParameterRegistration parameterRegistration
         0: .line 58
            aload 1 /* parameterRegistration */
            checkcast org.hibernate.procedure.spi.ParameterRegistrationImplementor
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureOutputsImpl.callableStatement:Ljava/sql/CallableStatement;
            invokeinterface org.hibernate.procedure.spi.ParameterRegistrationImplementor.extract:(Ljava/sql/CallableStatement;)Ljava/lang/Object;
            areturn
        end local 1 // org.hibernate.procedure.ParameterRegistration parameterRegistration
        end local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;
            0    1     1  parameterRegistration  Lorg/hibernate/procedure/ParameterRegistration<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/hibernate/procedure/ParameterRegistration<TT;>;)TT;
    MethodParameters:
                       Name  Flags
      parameterRegistration  

  public java.lang.Object getOutputParameterValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
        start local 1 // java.lang.String name
         0: .line 63
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureOutputsImpl.procedureCall:Lorg/hibernate/procedure/internal/ProcedureCallImpl;
            aload 1 /* name */
            invokevirtual org.hibernate.procedure.internal.ProcedureCallImpl.getParameterRegistration:(Ljava/lang/String;)Lorg/hibernate/procedure/spi/ParameterRegistrationImplementor;
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureOutputsImpl.callableStatement:Ljava/sql/CallableStatement;
            invokeinterface org.hibernate.procedure.spi.ParameterRegistrationImplementor.extract:(Ljava/sql/CallableStatement;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object getOutputParameterValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
        start local 1 // int position
         0: .line 68
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureOutputsImpl.procedureCall:Lorg/hibernate/procedure/internal/ProcedureCallImpl;
            iload 1 /* position */
            invokevirtual org.hibernate.procedure.internal.ProcedureCallImpl.getParameterRegistration:(I)Lorg/hibernate/procedure/spi/ParameterRegistrationImplementor;
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureOutputsImpl.callableStatement:Ljava/sql/CallableStatement;
            invokeinterface org.hibernate.procedure.spi.ParameterRegistrationImplementor.extract:(Ljava/sql/CallableStatement;)Ljava/lang/Object;
            areturn
        end local 1 // int position
        end local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;
            0    1     1  position  I
    MethodParameters:
          Name  Flags
      position  

  protected org.hibernate.result.internal.OutputsImpl$CurrentReturnState buildCurrentReturnState(boolean, int);
    descriptor: (ZI)Lorg/hibernate/result/internal/OutputsImpl$CurrentReturnState;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
        start local 1 // boolean isResultSet
        start local 2 // int updateCount
         0: .line 73
            new org.hibernate.procedure.internal.ProcedureOutputsImpl$ProcedureCurrentReturnState
            dup
            aload 0 /* this */
            iload 1 /* isResultSet */
            iload 2 /* updateCount */
            aload 0 /* this */
            getfield org.hibernate.procedure.internal.ProcedureOutputsImpl.refCursorParamIndex:I
            invokespecial org.hibernate.procedure.internal.ProcedureOutputsImpl$ProcedureCurrentReturnState.<init>:(Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;ZII)V
            areturn
        end local 2 // int updateCount
        end local 1 // boolean isResultSet
        end local 0 // org.hibernate.procedure.internal.ProcedureOutputsImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;
            0    1     1  isResultSet  Z
            0    1     2  updateCount  I
    MethodParameters:
             Name  Flags
      isResultSet  
      updateCount  

  static java.util.List access$0(org.hibernate.procedure.internal.ProcedureOutputsImpl, java.sql.ResultSet);
    descriptor: (Lorg/hibernate/procedure/internal/ProcedureOutputsImpl;Ljava/sql/ResultSet;)Ljava/util/List;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.hibernate.procedure.internal.ProcedureOutputsImpl.extractResults:(Ljava/sql/ResultSet;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ProcedureOutputsImpl.java"
NestMembers:
  org.hibernate.procedure.internal.ProcedureOutputsImpl$ProcedureCurrentReturnState
InnerClasses:
  protected ProcedureCurrentReturnState = org.hibernate.procedure.internal.ProcedureOutputsImpl$ProcedureCurrentReturnState of org.hibernate.procedure.internal.ProcedureOutputsImpl
  protected CurrentReturnState = org.hibernate.result.internal.OutputsImpl$CurrentReturnState of org.hibernate.result.internal.OutputsImpl