public interface org.hibernate.procedure.spi.ParameterRegistrationImplementor<T> extends org.hibernate.procedure.ParameterRegistration<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.procedure.spi.ParameterRegistrationImplementor
  super_class: java.lang.Object
{
  public abstract void prepare(java.sql.CallableStatement, int);
    descriptor: (Ljava/sql/CallableStatement;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
           Name  Flags
      statement  
      i          

  public abstract org.hibernate.type.Type getHibernateType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int[] getSqlTypes();
    descriptor: ()[I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract T extract(java.sql.CallableStatement);
    descriptor: (Ljava/sql/CallableStatement;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/sql/CallableStatement;)TT;
    MethodParameters:
           Name  Flags
      statement  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/hibernate/procedure/ParameterRegistration<TT;>;
SourceFile: "ParameterRegistrationImplementor.java"