public class org.hibernate.tool.hbm2ddl.SchemaExport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tool.hbm2ddl.SchemaExport
  super_class: java.lang.Object
{
  private static final org.hibernate.internal.CoreMessageLogger LOG;
    descriptor: Lorg/hibernate/internal/CoreMessageLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  boolean haltOnError;
    descriptor: Z
    flags: (0x0000) 

  boolean format;
    descriptor: Z
    flags: (0x0000) 

  boolean manageNamespaces;
    descriptor: Z
    flags: (0x0000) 

  java.lang.String delimiter;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String outputFile;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  private java.lang.String importFiles;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<java.lang.Exception> exceptions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Exception;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 61
            ldc Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            invokestatic org.hibernate.internal.CoreLogging.messageLogger:(Ljava/lang/Class;)Lorg/hibernate/internal/CoreMessageLogger;
            putstatic org.hibernate.tool.hbm2ddl.SchemaExport.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 138
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.haltOnError:Z
         2: .line 139
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.format:Z
         3: .line 140
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.manageNamespaces:Z
         4: .line 141
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.delimiter:Ljava/lang/String;
         5: .line 143
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.outputFile:Ljava/lang/String;
         6: .line 147
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.exceptions:Ljava/util/List;
         7: .line 60
            return
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;

  public org.hibernate.tool.hbm2ddl.SchemaExport setOutputFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.lang.String filename
         0: .line 158
            aload 0 /* this */
            aload 1 /* filename */
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.outputFile:Ljava/lang/String;
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String filename
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  filename  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      filename  

  public org.hibernate.tool.hbm2ddl.SchemaExport setImportFiles(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.lang.String importFiles
         0: .line 170
            aload 0 /* this */
            aload 1 /* importFiles */
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.importFiles:Ljava/lang/String;
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String importFiles
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  importFiles  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      importFiles  

  public org.hibernate.tool.hbm2ddl.SchemaExport setDelimiter(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.lang.String delimiter
         0: .line 182
            aload 0 /* this */
            aload 1 /* delimiter */
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.delimiter:Ljava/lang/String;
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String delimiter
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  delimiter  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      delimiter  

  public org.hibernate.tool.hbm2ddl.SchemaExport setFormat(boolean);
    descriptor: (Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // boolean format
         0: .line 194
            aload 0 /* this */
            iload 1 /* format */
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.format:Z
         1: .line 195
            aload 0 /* this */
            areturn
        end local 1 // boolean format
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  format  Z
    MethodParameters:
        Name  Flags
      format  

  public org.hibernate.tool.hbm2ddl.SchemaExport setHaltOnError(boolean);
    descriptor: (Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // boolean haltOnError
         0: .line 206
            aload 0 /* this */
            iload 1 /* haltOnError */
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.haltOnError:Z
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // boolean haltOnError
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  haltOnError  Z
    MethodParameters:
             Name  Flags
      haltOnError  

  public org.hibernate.tool.hbm2ddl.SchemaExport setManageNamespaces(boolean);
    descriptor: (Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // boolean manageNamespaces
         0: .line 211
            aload 0 /* this */
            iload 1 /* manageNamespaces */
            putfield org.hibernate.tool.hbm2ddl.SchemaExport.manageNamespaces:Z
         1: .line 212
            aload 0 /* this */
            areturn
        end local 1 // boolean manageNamespaces
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  manageNamespaces  Z
    MethodParameters:
                  Name  Flags
      manageNamespaces  

  public void drop(java.util.EnumSet<org.hibernate.tool.schema.TargetType>, org.hibernate.boot.Metadata);
    descriptor: (Ljava/util/EnumSet;Lorg/hibernate/boot/Metadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.util.EnumSet targetTypes
        start local 2 // org.hibernate.boot.Metadata metadata
         0: .line 216
            aload 0 /* this */
            aload 1 /* targetTypes */
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport$Action.DROP:Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            aload 2 /* metadata */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.execute:(Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;)V
         1: .line 217
            return
        end local 2 // org.hibernate.boot.Metadata metadata
        end local 1 // java.util.EnumSet targetTypes
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
            0    2     2     metadata  Lorg/hibernate/boot/Metadata;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;Lorg/hibernate/boot/Metadata;)V
    MethodParameters:
             Name  Flags
      targetTypes  
      metadata     

  public void create(java.util.EnumSet<org.hibernate.tool.schema.TargetType>, org.hibernate.boot.Metadata);
    descriptor: (Ljava/util/EnumSet;Lorg/hibernate/boot/Metadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.util.EnumSet targetTypes
        start local 2 // org.hibernate.boot.Metadata metadata
         0: .line 220
            aload 0 /* this */
            aload 1 /* targetTypes */
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport$Action.BOTH:Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            aload 2 /* metadata */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.execute:(Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;)V
         1: .line 221
            return
        end local 2 // org.hibernate.boot.Metadata metadata
        end local 1 // java.util.EnumSet targetTypes
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
            0    2     2     metadata  Lorg/hibernate/boot/Metadata;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;Lorg/hibernate/boot/Metadata;)V
    MethodParameters:
             Name  Flags
      targetTypes  
      metadata     

  public void createOnly(java.util.EnumSet<org.hibernate.tool.schema.TargetType>, org.hibernate.boot.Metadata);
    descriptor: (Ljava/util/EnumSet;Lorg/hibernate/boot/Metadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.util.EnumSet targetTypes
        start local 2 // org.hibernate.boot.Metadata metadata
         0: .line 224
            aload 0 /* this */
            aload 1 /* targetTypes */
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport$Action.CREATE:Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            aload 2 /* metadata */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.execute:(Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;)V
         1: .line 225
            return
        end local 2 // org.hibernate.boot.Metadata metadata
        end local 1 // java.util.EnumSet targetTypes
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
            0    2     2     metadata  Lorg/hibernate/boot/Metadata;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;Lorg/hibernate/boot/Metadata;)V
    MethodParameters:
             Name  Flags
      targetTypes  
      metadata     

  public void execute(java.util.EnumSet<org.hibernate.tool.schema.TargetType>, org.hibernate.tool.hbm2ddl.SchemaExport$Action, org.hibernate.boot.Metadata);
    descriptor: (Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.util.EnumSet targetTypes
        start local 2 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        start local 3 // org.hibernate.boot.Metadata metadata
         0: .line 228
            aload 0 /* this */
            aload 1 /* targetTypes */
            aload 2 /* action */
            aload 3 /* metadata */
            aload 3 /* metadata */
            checkcast org.hibernate.boot.spi.MetadataImplementor
            invokeinterface org.hibernate.boot.spi.MetadataImplementor.getMetadataBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getServiceRegistry:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.execute:(Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;)V
         1: .line 229
            return
        end local 3 // org.hibernate.boot.Metadata metadata
        end local 2 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        end local 1 // java.util.EnumSet targetTypes
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    2     1  targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
            0    2     2       action  Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            0    2     3     metadata  Lorg/hibernate/boot/Metadata;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;)V
    MethodParameters:
             Name  Flags
      targetTypes  
      action       
      metadata     

  public void execute(java.util.EnumSet<org.hibernate.tool.schema.TargetType>, org.hibernate.tool.hbm2ddl.SchemaExport$Action, org.hibernate.boot.Metadata, org.hibernate.service.ServiceRegistry);
    descriptor: (Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.util.EnumSet targetTypes
        start local 2 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        start local 3 // org.hibernate.boot.Metadata metadata
        start local 4 // org.hibernate.service.ServiceRegistry serviceRegistry
         0: .line 233
            aload 2 /* action */
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport$Action.NONE:Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            if_acmpne 3
         1: .line 234
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            ldc "Skipping SchemaExport as Action.NONE was passed"
            invokeinterface org.hibernate.internal.CoreMessageLogger.debug:(Ljava/lang/Object;)V
         2: .line 235
            return
         3: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* targetTypes */
            invokevirtual java.util.EnumSet.isEmpty:()Z
            ifeq 6
         4: .line 239
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            ldc "Skipping SchemaExport as no targets were specified"
            invokeinterface org.hibernate.internal.CoreMessageLogger.debug:(Ljava/lang/Object;)V
         5: .line 240
            return
         6: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.exceptions:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         7: .line 245
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            invokeinterface org.hibernate.internal.CoreMessageLogger.runningHbm2ddlSchemaExport:()V
         8: .line 247
            aload 1 /* targetTypes */
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.outputFile:Ljava/lang/String;
            aload 4 /* serviceRegistry */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport.buildTargetDescriptor:(Ljava/util/EnumSet;Ljava/lang/String;Lorg/hibernate/service/ServiceRegistry;)Lorg/hibernate/tool/schema/spi/TargetDescriptor;
            astore 5 /* targetDescriptor */
        start local 5 // org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor
         9: .line 249
            aload 0 /* this */
            aload 2 /* action */
            aload 0 /* this */
            aload 1 /* targetTypes */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.needsJdbcConnection:(Ljava/util/EnumSet;)Z
            aload 3 /* metadata */
            aload 4 /* serviceRegistry */
            aload 5 /* targetDescriptor */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.doExecution:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;ZLorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
        10: .line 250
            return
        end local 5 // org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor
        end local 4 // org.hibernate.service.ServiceRegistry serviceRegistry
        end local 3 // org.hibernate.boot.Metadata metadata
        end local 2 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        end local 1 // java.util.EnumSet targetTypes
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0   11     1       targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
            0   11     2            action  Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            0   11     3          metadata  Lorg/hibernate/boot/Metadata;
            0   11     4   serviceRegistry  Lorg/hibernate/service/ServiceRegistry;
            9   11     5  targetDescriptor  Lorg/hibernate/tool/schema/spi/TargetDescriptor;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;)V
    MethodParameters:
                 Name  Flags
      targetTypes      
      action           
      metadata         
      serviceRegistry  

  public void doExecution(org.hibernate.tool.hbm2ddl.SchemaExport$Action, boolean, org.hibernate.boot.Metadata, org.hibernate.service.ServiceRegistry, org.hibernate.tool.schema.spi.TargetDescriptor);
    descriptor: (Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;ZLorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=6
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        start local 2 // boolean needsJdbc
        start local 3 // org.hibernate.boot.Metadata metadata
        start local 4 // org.hibernate.service.ServiceRegistry serviceRegistry
        start local 5 // org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor
         0: .line 258
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 6 /* config */
        start local 6 // java.util.Map config
         1: .line 259
            aload 6 /* config */
            aload 4 /* serviceRegistry */
            ldc Lorg/hibernate/engine/config/spi/ConfigurationService;
            invokeinterface org.hibernate.service.ServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.config.spi.ConfigurationService
            invokeinterface org.hibernate.engine.config.spi.ConfigurationService.getSettings:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         2: .line 261
            aload 6 /* config */
            ldc "hibernate.hbm2ddl.delimiter"
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.delimiter:Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 262
            aload 6 /* config */
            ldc "hibernate.format_sql"
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.format:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 263
            aload 6 /* config */
            ldc "hibernate.hbm2ddl.import_files"
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.importFiles:Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 265
            aload 4 /* serviceRegistry */
            ldc Lorg/hibernate/tool/schema/spi/SchemaManagementTool;
            invokeinterface org.hibernate.service.ServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.tool.schema.spi.SchemaManagementTool
            astore 7 /* tool */
        start local 7 // org.hibernate.tool.schema.spi.SchemaManagementTool tool
         6: .line 267
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.haltOnError:Z
            ifeq 8
         7: .line 268
            getstatic org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl.INSTANCE:Lorg/hibernate/tool/schema/internal/ExceptionHandlerHaltImpl;
            goto 9
         8: .line 269
      StackMap locals: java.util.Map org.hibernate.tool.schema.spi.SchemaManagementTool
      StackMap stack:
            new org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
            dup
            invokespecial org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl.<init>:()V
         9: .line 267
      StackMap locals:
      StackMap stack: org.hibernate.tool.schema.spi.ExceptionHandler
            astore 8 /* exceptionHandler */
        start local 8 // org.hibernate.tool.schema.spi.ExceptionHandler exceptionHandler
        10: .line 271
            aload 6 /* config */
        11: .line 272
            aload 8 /* exceptionHandler */
        12: .line 270
            invokestatic org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.buildExecutionOptions:(Ljava/util/Map;Lorg/hibernate/tool/schema/spi/ExceptionHandler;)Lorg/hibernate/tool/schema/spi/ExecutionOptions;
            astore 9 /* executionOptions */
        start local 9 // org.hibernate.tool.schema.spi.ExecutionOptions executionOptions
        13: .line 275
            new org.hibernate.tool.hbm2ddl.SchemaExport$1
            dup
            aload 0 /* this */
            invokespecial org.hibernate.tool.hbm2ddl.SchemaExport$1.<init>:(Lorg/hibernate/tool/hbm2ddl/SchemaExport;)V
            astore 10 /* sourceDescriptor */
        start local 10 // org.hibernate.tool.schema.spi.SourceDescriptor sourceDescriptor
        14: .line 288
            aload 1 /* action */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport$Action.doDrop:()Z
            ifeq 21
        15: .line 289
            aload 7 /* tool */
            aload 6 /* config */
            invokeinterface org.hibernate.tool.schema.spi.SchemaManagementTool.getSchemaDropper:(Ljava/util/Map;)Lorg/hibernate/tool/schema/spi/SchemaDropper;
        16: .line 290
            aload 3 /* metadata */
        17: .line 291
            aload 9 /* executionOptions */
        18: .line 292
            aload 10 /* sourceDescriptor */
        19: .line 293
            aload 5 /* targetDescriptor */
        20: .line 289
            invokeinterface org.hibernate.tool.schema.spi.SchemaDropper.doDrop:(Lorg/hibernate/boot/Metadata;Lorg/hibernate/tool/schema/spi/ExecutionOptions;Lorg/hibernate/tool/schema/spi/SourceDescriptor;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
        21: .line 297
      StackMap locals: org.hibernate.tool.schema.spi.ExceptionHandler org.hibernate.tool.schema.spi.ExecutionOptions org.hibernate.tool.schema.spi.SourceDescriptor
      StackMap stack:
            aload 1 /* action */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport$Action.doCreate:()Z
            ifeq 33
        22: .line 298
            aload 7 /* tool */
            aload 6 /* config */
            invokeinterface org.hibernate.tool.schema.spi.SchemaManagementTool.getSchemaCreator:(Ljava/util/Map;)Lorg/hibernate/tool/schema/spi/SchemaCreator;
        23: .line 299
            aload 3 /* metadata */
        24: .line 300
            aload 9 /* executionOptions */
        25: .line 301
            aload 10 /* sourceDescriptor */
        26: .line 302
            aload 5 /* targetDescriptor */
        27: .line 298
            invokeinterface org.hibernate.tool.schema.spi.SchemaCreator.doCreation:(Lorg/hibernate/boot/Metadata;Lorg/hibernate/tool/schema/spi/ExecutionOptions;Lorg/hibernate/tool/schema/spi/SourceDescriptor;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
        28: .line 305
            goto 33
        29: .line 306
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        30: .line 307
            aload 8 /* exceptionHandler */
            instanceof org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
            ifeq 32
        31: .line 308
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.exceptions:Ljava/util/List;
            aload 8 /* exceptionHandler */
            checkcast org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
            invokevirtual org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl.getExceptions:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        32: .line 310
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 11
            athrow
        33: .line 307
      StackMap locals:
      StackMap stack:
            aload 8 /* exceptionHandler */
            instanceof org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
            ifeq 35
        34: .line 308
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.exceptions:Ljava/util/List;
            aload 8 /* exceptionHandler */
            checkcast org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
            invokevirtual org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl.getExceptions:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        35: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 10 // org.hibernate.tool.schema.spi.SourceDescriptor sourceDescriptor
        end local 9 // org.hibernate.tool.schema.spi.ExecutionOptions executionOptions
        end local 8 // org.hibernate.tool.schema.spi.ExceptionHandler exceptionHandler
        end local 7 // org.hibernate.tool.schema.spi.SchemaManagementTool tool
        end local 6 // java.util.Map config
        end local 5 // org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor
        end local 4 // org.hibernate.service.ServiceRegistry serviceRegistry
        end local 3 // org.hibernate.boot.Metadata metadata
        end local 2 // boolean needsJdbc
        end local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   36     0              this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0   36     1            action  Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            0   36     2         needsJdbc  Z
            0   36     3          metadata  Lorg/hibernate/boot/Metadata;
            0   36     4   serviceRegistry  Lorg/hibernate/service/ServiceRegistry;
            0   36     5  targetDescriptor  Lorg/hibernate/tool/schema/spi/TargetDescriptor;
            1   36     6            config  Ljava/util/Map;
            6   36     7              tool  Lorg/hibernate/tool/schema/spi/SchemaManagementTool;
           10   36     8  exceptionHandler  Lorg/hibernate/tool/schema/spi/ExceptionHandler;
           13   36     9  executionOptions  Lorg/hibernate/tool/schema/spi/ExecutionOptions;
           14   36    10  sourceDescriptor  Lorg/hibernate/tool/schema/spi/SourceDescriptor;
      Exception table:
        from    to  target  type
          14    29      29  any
    MethodParameters:
                  Name  Flags
      action            
      needsJdbc         
      metadata          
      serviceRegistry   
      targetDescriptor  

  private boolean needsJdbcConnection(java.util.EnumSet<org.hibernate.tool.schema.TargetType>);
    descriptor: (Ljava/util/EnumSet;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // java.util.EnumSet targetTypes
         0: .line 314
            aload 1 /* targetTypes */
            getstatic org.hibernate.tool.schema.TargetType.DATABASE:Lorg/hibernate/tool/schema/TargetType;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.util.EnumSet targetTypes
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    1     1  targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;)Z
    MethodParameters:
             Name  Flags
      targetTypes  

  public static org.hibernate.tool.schema.spi.TargetDescriptor buildTargetDescriptor(java.util.EnumSet<org.hibernate.tool.schema.TargetType>, java.lang.String, org.hibernate.service.ServiceRegistry);
    descriptor: (Ljava/util/EnumSet;Ljava/lang/String;Lorg/hibernate/service/ServiceRegistry;)Lorg/hibernate/tool/schema/spi/TargetDescriptor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // java.util.EnumSet targetTypes
        start local 1 // java.lang.String outputFile
        start local 2 // org.hibernate.service.ServiceRegistry serviceRegistry
         0: .line 322
            aload 0 /* targetTypes */
            getstatic org.hibernate.tool.schema.TargetType.SCRIPT:Lorg/hibernate/tool/schema/TargetType;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ifeq 8
         1: .line 323
            aload 1 /* outputFile */
            ifnonnull 3
         2: .line 324
            new org.hibernate.tool.schema.spi.SchemaManagementException
            dup
            ldc "Writing to script was requested, but no script file was specified"
            invokespecial org.hibernate.tool.schema.spi.SchemaManagementException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 327
      StackMap locals:
      StackMap stack:
            aload 1 /* outputFile */
         4: .line 328
            aload 2 /* serviceRegistry */
            ldc Lorg/hibernate/boot/registry/classloading/spi/ClassLoaderService;
            invokeinterface org.hibernate.service.ServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.boot.registry.classloading.spi.ClassLoaderService
         5: .line 329
            aload 2 /* serviceRegistry */
            ldc Lorg/hibernate/engine/config/spi/ConfigurationService;
            invokeinterface org.hibernate.service.ServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.config.spi.ConfigurationService
            invokeinterface org.hibernate.engine.config.spi.ConfigurationService.getSettings:()Ljava/util/Map;
            ldc "hibernate.hbm2ddl.charset_name"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
         6: .line 326
            invokestatic org.hibernate.tool.schema.internal.Helper.interpretScriptTargetSetting:(Ljava/lang/Object;Lorg/hibernate/boot/registry/classloading/spi/ClassLoaderService;Ljava/lang/String;)Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;
            astore 3 /* scriptTarget */
        start local 3 // org.hibernate.tool.schema.spi.ScriptTargetOutput scriptTarget
         7: .line 331
            goto 9
        end local 3 // org.hibernate.tool.schema.spi.ScriptTargetOutput scriptTarget
         8: .line 333
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* scriptTarget */
        start local 3 // org.hibernate.tool.schema.spi.ScriptTargetOutput scriptTarget
         9: .line 336
      StackMap locals: org.hibernate.tool.schema.spi.ScriptTargetOutput
      StackMap stack:
            new org.hibernate.tool.hbm2ddl.SchemaExport$TargetDescriptorImpl
            dup
            aload 0 /* targetTypes */
            aload 3 /* scriptTarget */
            invokespecial org.hibernate.tool.hbm2ddl.SchemaExport$TargetDescriptorImpl.<init>:(Ljava/util/EnumSet;Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;)V
            areturn
        end local 3 // org.hibernate.tool.schema.spi.ScriptTargetOutput scriptTarget
        end local 2 // org.hibernate.service.ServiceRegistry serviceRegistry
        end local 1 // java.lang.String outputFile
        end local 0 // java.util.EnumSet targetTypes
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0      targetTypes  Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;
            0   10     1       outputFile  Ljava/lang/String;
            0   10     2  serviceRegistry  Lorg/hibernate/service/ServiceRegistry;
            7    8     3     scriptTarget  Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;
            9   10     3     scriptTarget  Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;
    Signature: (Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;Ljava/lang/String;Lorg/hibernate/service/ServiceRegistry;)Lorg/hibernate/tool/schema/spi/TargetDescriptor;
    MethodParameters:
                 Name  Flags
      targetTypes      
      outputFile       
      serviceRegistry  

  public void perform(org.hibernate.tool.hbm2ddl.SchemaExport$Action, org.hibernate.boot.Metadata, org.hibernate.tool.schema.spi.ScriptTargetOutput);
    descriptor: (Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
        start local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        start local 2 // org.hibernate.boot.Metadata metadata
        start local 3 // org.hibernate.tool.schema.spi.ScriptTargetOutput target
         0: .line 343
            aload 0 /* this */
         1: .line 344
            aload 1 /* action */
         2: .line 345
            iconst_0
         3: .line 346
            aload 2 /* metadata */
         4: .line 347
            aload 2 /* metadata */
            checkcast org.hibernate.boot.spi.MetadataImplementor
            invokeinterface org.hibernate.boot.spi.MetadataImplementor.getMetadataBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getServiceRegistry:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
         5: .line 348
            new org.hibernate.tool.hbm2ddl.SchemaExport$TargetDescriptorImpl
            dup
            getstatic org.hibernate.tool.schema.TargetType.SCRIPT:Lorg/hibernate/tool/schema/TargetType;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            aload 3 /* target */
            invokespecial org.hibernate.tool.hbm2ddl.SchemaExport$TargetDescriptorImpl.<init>:(Ljava/util/EnumSet;Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;)V
         6: .line 343
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.doExecution:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;ZLorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
         7: .line 350
            return
        end local 3 // org.hibernate.tool.schema.spi.ScriptTargetOutput target
        end local 2 // org.hibernate.boot.Metadata metadata
        end local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$Action action
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
            0    8     1    action  Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            0    8     2  metadata  Lorg/hibernate/boot/Metadata;
            0    8     3    target  Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;
    MethodParameters:
          Name  Flags
      action    
      metadata  
      target    

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 354
            aload 0 /* args */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.parseCommandLineArgs:([Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            astore 1 /* commandLineArgs */
        start local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
         1: .line 355
            aload 1 /* commandLineArgs */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport.execute:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;)V
        end local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
         2: .line 356
            goto 5
         3: .line 357
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         4: .line 358
            getstatic org.hibernate.tool.hbm2ddl.SchemaExport.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 1 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCreateSchema:(Ljava/lang/Exception;)V
        end local 1 // java.lang.Exception e
         5: .line 360
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             args  [Ljava/lang/String;
            1    2     1  commandLineArgs  Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            4    5     1                e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      args  

  public static void execute(org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs);
    descriptor: (Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
         0: .line 363
            aload 0 /* commandLineArgs */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport.buildStandardServiceRegistry:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;)Lorg/hibernate/boot/registry/StandardServiceRegistry;
            astore 1 /* serviceRegistry */
        start local 1 // org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry
         1: .line 365
            aload 0 /* commandLineArgs */
            aload 1 /* serviceRegistry */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport.buildMetadata:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;Lorg/hibernate/boot/registry/StandardServiceRegistry;)Lorg/hibernate/boot/spi/MetadataImplementor;
            astore 2 /* metadata */
        start local 2 // org.hibernate.boot.spi.MetadataImplementor metadata
         2: .line 367
            new org.hibernate.tool.hbm2ddl.SchemaExport
            dup
            invokespecial org.hibernate.tool.hbm2ddl.SchemaExport.<init>:()V
         3: .line 368
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.halt:Z
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.setHaltOnError:(Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
         4: .line 369
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.outputFile:Ljava/lang/String;
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.setOutputFile:(Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
         5: .line 370
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.delimiter:Ljava/lang/String;
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.setDelimiter:(Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
         6: .line 371
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.format:Z
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.setFormat:(Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
         7: .line 372
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.manageNamespaces:Z
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.setManageNamespaces:(Z)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
         8: .line 373
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.importFile:Ljava/lang/String;
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.setImportFiles:(Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport;
         9: .line 374
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.targetTypes:Ljava/util/EnumSet;
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.action:Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;
            aload 2 /* metadata */
            aload 1 /* serviceRegistry */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaExport.execute:(Ljava/util/EnumSet;Lorg/hibernate/tool/hbm2ddl/SchemaExport$Action;Lorg/hibernate/boot/Metadata;Lorg/hibernate/service/ServiceRegistry;)V
        end local 2 // org.hibernate.boot.spi.MetadataImplementor metadata
        10: .line 375
            goto 14
        11: .line 376
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs org.hibernate.boot.registry.StandardServiceRegistry
      StackMap stack: java.lang.Throwable
            astore 3
        12: .line 377
            aload 1 /* serviceRegistry */
            invokestatic org.hibernate.boot.registry.StandardServiceRegistryBuilder.destroy:(Lorg/hibernate/service/ServiceRegistry;)V
        13: .line 378
            aload 3
            athrow
        14: .line 377
      StackMap locals:
      StackMap stack:
            aload 1 /* serviceRegistry */
            invokestatic org.hibernate.boot.registry.StandardServiceRegistryBuilder.destroy:(Lorg/hibernate/service/ServiceRegistry;)V
        15: .line 379
            return
        end local 1 // org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0  commandLineArgs  Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            1   16     1  serviceRegistry  Lorg/hibernate/boot/registry/StandardServiceRegistry;
            2   10     2         metadata  Lorg/hibernate/boot/spi/MetadataImplementor;
      Exception table:
        from    to  target  type
           1    11      11  any
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                 Name  Flags
      commandLineArgs  

  private static org.hibernate.boot.registry.StandardServiceRegistry buildStandardServiceRegistry(org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs);
    descriptor: (Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;)Lorg/hibernate/boot/registry/StandardServiceRegistry;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
         0: .line 383
            new org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
            dup
            invokespecial org.hibernate.boot.registry.BootstrapServiceRegistryBuilder.<init>:()V
            invokevirtual org.hibernate.boot.registry.BootstrapServiceRegistryBuilder.build:()Lorg/hibernate/boot/registry/BootstrapServiceRegistry;
            astore 1 /* bsr */
        start local 1 // org.hibernate.boot.registry.BootstrapServiceRegistry bsr
         1: .line 384
            new org.hibernate.boot.registry.StandardServiceRegistryBuilder
            dup
            aload 1 /* bsr */
            invokespecial org.hibernate.boot.registry.StandardServiceRegistryBuilder.<init>:(Lorg/hibernate/boot/registry/BootstrapServiceRegistry;)V
            astore 2 /* ssrBuilder */
        start local 2 // org.hibernate.boot.registry.StandardServiceRegistryBuilder ssrBuilder
         2: .line 386
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.cfgXmlFile:Ljava/lang/String;
            ifnull 4
         3: .line 387
            aload 2 /* ssrBuilder */
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.cfgXmlFile:Ljava/lang/String;
            invokevirtual org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure:(Ljava/lang/String;)Lorg/hibernate/boot/registry/StandardServiceRegistryBuilder;
            pop
         4: .line 390
      StackMap locals: org.hibernate.boot.registry.BootstrapServiceRegistry org.hibernate.boot.registry.StandardServiceRegistryBuilder
      StackMap stack:
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 3 /* properties */
        start local 3 // java.util.Properties properties
         5: .line 391
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.propertiesFile:Ljava/lang/String;
            ifnull 7
         6: .line 392
            aload 3 /* properties */
            new java.io.FileInputStream
            dup
            aload 0 /* commandLineArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.propertiesFile:Ljava/lang/String;
            invokespecial java.io.FileInputStream.<init>:(Ljava/lang/String;)V
            invokevirtual java.util.Properties.load:(Ljava/io/InputStream;)V
         7: .line 394
      StackMap locals: java.util.Properties
      StackMap stack:
            aload 2 /* ssrBuilder */
            aload 3 /* properties */
            invokevirtual org.hibernate.boot.registry.StandardServiceRegistryBuilder.applySettings:(Ljava/util/Map;)Lorg/hibernate/boot/registry/StandardServiceRegistryBuilder;
            pop
         8: .line 396
            aload 2 /* ssrBuilder */
            invokevirtual org.hibernate.boot.registry.StandardServiceRegistryBuilder.build:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
            areturn
        end local 3 // java.util.Properties properties
        end local 2 // org.hibernate.boot.registry.StandardServiceRegistryBuilder ssrBuilder
        end local 1 // org.hibernate.boot.registry.BootstrapServiceRegistry bsr
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0  commandLineArgs  Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            1    9     1              bsr  Lorg/hibernate/boot/registry/BootstrapServiceRegistry;
            2    9     2       ssrBuilder  Lorg/hibernate/boot/registry/StandardServiceRegistryBuilder;
            5    9     3       properties  Ljava/util/Properties;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                 Name  Flags
      commandLineArgs  

  private static org.hibernate.boot.spi.MetadataImplementor buildMetadata(org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs, org.hibernate.boot.registry.StandardServiceRegistry);
    descriptor: (Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;Lorg/hibernate/boot/registry/StandardServiceRegistry;)Lorg/hibernate/boot/spi/MetadataImplementor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs parsedArgs
        start local 1 // org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry
         0: .line 402
            new org.hibernate.boot.MetadataSources
            dup
            aload 1 /* serviceRegistry */
            invokespecial org.hibernate.boot.MetadataSources.<init>:(Lorg/hibernate/service/ServiceRegistry;)V
            astore 2 /* metadataSources */
        start local 2 // org.hibernate.boot.MetadataSources metadataSources
         1: .line 404
            aload 0 /* parsedArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.hbmXmlFiles:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs org.hibernate.boot.registry.StandardServiceRegistry org.hibernate.boot.MetadataSources top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* filename */
        start local 3 // java.lang.String filename
         3: .line 405
            aload 2 /* metadataSources */
            aload 3 /* filename */
            invokevirtual org.hibernate.boot.MetadataSources.addFile:(Ljava/lang/String;)Lorg/hibernate/boot/MetadataSources;
            pop
        end local 3 // java.lang.String filename
         4: .line 404
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 408
            aload 0 /* parsedArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.jarFiles:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* filename */
        start local 3 // java.lang.String filename
         7: .line 409
            aload 2 /* metadataSources */
            new java.io.File
            dup
            aload 3 /* filename */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual org.hibernate.boot.MetadataSources.addJar:(Ljava/io/File;)Lorg/hibernate/boot/MetadataSources;
            pop
        end local 3 // java.lang.String filename
         8: .line 408
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 413
            aload 2 /* metadataSources */
            invokevirtual org.hibernate.boot.MetadataSources.getMetadataBuilder:()Lorg/hibernate/boot/MetadataBuilder;
            astore 3 /* metadataBuilder */
        start local 3 // org.hibernate.boot.MetadataBuilder metadataBuilder
        10: .line 414
            aload 1 /* serviceRegistry */
            ldc Lorg/hibernate/boot/registry/selector/spi/StrategySelector;
            invokeinterface org.hibernate.boot.registry.StandardServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.boot.registry.selector.spi.StrategySelector
            astore 4 /* strategySelector */
        start local 4 // org.hibernate.boot.registry.selector.spi.StrategySelector strategySelector
        11: .line 415
            aload 0 /* parsedArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.implicitNamingStrategyImplName:Ljava/lang/String;
            ifnull 18
        12: .line 416
            aload 3 /* metadataBuilder */
        13: .line 417
            aload 4 /* strategySelector */
        14: .line 418
            ldc Lorg/hibernate/boot/model/naming/ImplicitNamingStrategy;
        15: .line 419
            aload 0 /* parsedArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.implicitNamingStrategyImplName:Ljava/lang/String;
        16: .line 417
            invokeinterface org.hibernate.boot.registry.selector.spi.StrategySelector.resolveStrategy:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.boot.model.naming.ImplicitNamingStrategy
        17: .line 416
            invokeinterface org.hibernate.boot.MetadataBuilder.applyImplicitNamingStrategy:(Lorg/hibernate/boot/model/naming/ImplicitNamingStrategy;)Lorg/hibernate/boot/MetadataBuilder;
            pop
        18: .line 423
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs org.hibernate.boot.registry.StandardServiceRegistry org.hibernate.boot.MetadataSources org.hibernate.boot.MetadataBuilder org.hibernate.boot.registry.selector.spi.StrategySelector
      StackMap stack:
            aload 0 /* parsedArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.physicalNamingStrategyImplName:Ljava/lang/String;
            ifnull 25
        19: .line 424
            aload 3 /* metadataBuilder */
        20: .line 425
            aload 4 /* strategySelector */
        21: .line 426
            ldc Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
        22: .line 427
            aload 0 /* parsedArgs */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.physicalNamingStrategyImplName:Ljava/lang/String;
        23: .line 425
            invokeinterface org.hibernate.boot.registry.selector.spi.StrategySelector.resolveStrategy:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.boot.model.naming.PhysicalNamingStrategy
        24: .line 424
            invokeinterface org.hibernate.boot.MetadataBuilder.applyPhysicalNamingStrategy:(Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;)Lorg/hibernate/boot/MetadataBuilder;
            pop
        25: .line 432
      StackMap locals:
      StackMap stack:
            aload 3 /* metadataBuilder */
            invokeinterface org.hibernate.boot.MetadataBuilder.build:()Lorg/hibernate/boot/Metadata;
            checkcast org.hibernate.boot.spi.MetadataImplementor
            areturn
        end local 4 // org.hibernate.boot.registry.selector.spi.StrategySelector strategySelector
        end local 3 // org.hibernate.boot.MetadataBuilder metadataBuilder
        end local 2 // org.hibernate.boot.MetadataSources metadataSources
        end local 1 // org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs parsedArgs
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   26     0        parsedArgs  Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            0   26     1   serviceRegistry  Lorg/hibernate/boot/registry/StandardServiceRegistry;
            1   26     2   metadataSources  Lorg/hibernate/boot/MetadataSources;
            3    4     3          filename  Ljava/lang/String;
            7    8     3          filename  Ljava/lang/String;
           10   26     3   metadataBuilder  Lorg/hibernate/boot/MetadataBuilder;
           11   26     4  strategySelector  Lorg/hibernate/boot/registry/selector/spi/StrategySelector;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                 Name  Flags
      parsedArgs       
      serviceRegistry  

  public static org.hibernate.boot.spi.MetadataImplementor buildMetadataFromMainArgs(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/hibernate/boot/spi/MetadataImplementor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 446
            aload 0 /* args */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs.parseCommandLineArgs:([Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            astore 1 /* commandLineArgs */
        start local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
         1: .line 447
            aload 1 /* commandLineArgs */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport.buildStandardServiceRegistry:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;)Lorg/hibernate/boot/registry/StandardServiceRegistry;
            astore 2 /* serviceRegistry */
        start local 2 // org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry
         2: .line 449
            aload 1 /* commandLineArgs */
            aload 2 /* serviceRegistry */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaExport.buildMetadata:(Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;Lorg/hibernate/boot/registry/StandardServiceRegistry;)Lorg/hibernate/boot/spi/MetadataImplementor;
            astore 4
         3: .line 452
            aload 2 /* serviceRegistry */
            invokestatic org.hibernate.boot.registry.StandardServiceRegistryBuilder.destroy:(Lorg/hibernate/service/ServiceRegistry;)V
         4: .line 449
            aload 4
            areturn
         5: .line 451
      StackMap locals: java.lang.String[] org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs org.hibernate.boot.registry.StandardServiceRegistry
      StackMap stack: java.lang.Throwable
            astore 3
         6: .line 452
            aload 2 /* serviceRegistry */
            invokestatic org.hibernate.boot.registry.StandardServiceRegistryBuilder.destroy:(Lorg/hibernate/service/ServiceRegistry;)V
         7: .line 453
            aload 3
            athrow
        end local 2 // org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry
        end local 1 // org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs commandLineArgs
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             args  [Ljava/lang/String;
            1    8     1  commandLineArgs  Lorg/hibernate/tool/hbm2ddl/SchemaExport$CommandLineArgs;
            2    8     2  serviceRegistry  Lorg/hibernate/boot/registry/StandardServiceRegistry;
      Exception table:
        from    to  target  type
           2     3       5  any
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  

  public java.util.List getExceptions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
         0: .line 462
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaExport.exceptions:Ljava/util/List;
            areturn
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaExport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaExport;
}
SourceFile: "SchemaExport.java"
NestMembers:
  org.hibernate.tool.hbm2ddl.SchemaExport$1  org.hibernate.tool.hbm2ddl.SchemaExport$Action  org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs  org.hibernate.tool.hbm2ddl.SchemaExport$TargetDescriptorImpl  org.hibernate.tool.hbm2ddl.SchemaExport$Type
InnerClasses:
  org.hibernate.tool.hbm2ddl.SchemaExport$1
  public final Action = org.hibernate.tool.hbm2ddl.SchemaExport$Action of org.hibernate.tool.hbm2ddl.SchemaExport
  private CommandLineArgs = org.hibernate.tool.hbm2ddl.SchemaExport$CommandLineArgs of org.hibernate.tool.hbm2ddl.SchemaExport
  private TargetDescriptorImpl = org.hibernate.tool.hbm2ddl.SchemaExport$TargetDescriptorImpl of org.hibernate.tool.hbm2ddl.SchemaExport
  public final Type = org.hibernate.tool.hbm2ddl.SchemaExport$Type of org.hibernate.tool.hbm2ddl.SchemaExport