public interface org.hibernate.jdbc.Expectation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.jdbc.Expectation
  super_class: java.lang.Object
{
  public abstract void verifyOutcome(int, java.sql.PreparedStatement, int);
    descriptor: (ILjava/sql/PreparedStatement;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException, org.hibernate.HibernateException
    MethodParameters:
               Name  Flags
      rowCount       
      statement      
      batchPosition  

  public abstract int prepare(java.sql.PreparedStatement);
    descriptor: (Ljava/sql/PreparedStatement;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException, org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      statement  

  public abstract boolean canBeBatched();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Expectation.java"