public interface org.hibernate.id.Configurable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.id.Configurable
  super_class: java.lang.Object
{
  public abstract void configure(org.hibernate.type.Type, java.util.Properties, org.hibernate.dialect.Dialect);
    descriptor: (Lorg/hibernate/type/Type;Ljava/util/Properties;Lorg/hibernate/dialect/Dialect;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
        Name  Flags
      type    
      params  
      d       
}
SourceFile: "Configurable.java"