public interface org.hibernate.tool.schema.spi.ExecutionOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.tool.schema.spi.ExecutionOptions
  super_class: java.lang.Object
{
  public abstract java.util.Map getConfigurationValues();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean shouldManageNamespaces();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.tool.schema.spi.ExceptionHandler getExceptionHandler();
    descriptor: ()Lorg/hibernate/tool/schema/spi/ExceptionHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ExecutionOptions.java"
    RuntimeInvisibleAnnotations: 
      org.hibernate.Incubating()