public class org.hibernate.tool.hbm2ddl.SchemaUpdate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tool.hbm2ddl.SchemaUpdate
  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

  private final org.hibernate.cfg.Configuration configuration;
    descriptor: Lorg/hibernate/cfg/Configuration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.tool.hbm2ddl.ConnectionHelper connectionHelper;
    descriptor: Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.engine.jdbc.spi.SqlStatementLogger sqlStatementLogger;
    descriptor: Lorg/hibernate/engine/jdbc/spi/SqlStatementLogger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.engine.jdbc.spi.SqlExceptionHelper sqlExceptionHelper;
    descriptor: Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.dialect.Dialect dialect;
    descriptor: Lorg/hibernate/dialect/Dialect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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;>;

  private org.hibernate.engine.jdbc.internal.Formatter formatter;
    descriptor: Lorg/hibernate/engine/jdbc/internal/Formatter;
    flags: (0x0002) ACC_PRIVATE

  private boolean haltOnError;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean format;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 64
            ldc Lorg/hibernate/internal/CoreMessageLogger;
            ldc Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic org.jboss.logging.Logger.getMessageLogger:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.hibernate.internal.CoreMessageLogger
            putstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.hibernate.cfg.Configuration);
    descriptor: (Lorg/hibernate/cfg/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // org.hibernate.cfg.Configuration cfg
         0: .line 82
            aload 0 /* this */
            aload 1 /* cfg */
            aload 1 /* cfg */
            invokevirtual org.hibernate.cfg.Configuration.getProperties:()Ljava/util/Properties;
            invokespecial org.hibernate.tool.hbm2ddl.SchemaUpdate.<init>:(Lorg/hibernate/cfg/Configuration;Ljava/util/Properties;)V
         1: .line 83
            return
        end local 1 // org.hibernate.cfg.Configuration cfg
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0    2     1   cfg  Lorg/hibernate/cfg/Configuration;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
      Name  Flags
      cfg   

  public void <init>(org.hibernate.cfg.Configuration, java.util.Properties);
    descriptor: (Lorg/hibernate/cfg/Configuration;Ljava/util/Properties;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // org.hibernate.cfg.Configuration configuration
        start local 2 // java.util.Properties properties
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
         2: .line 77
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.format:Z
         3: .line 86
            aload 0 /* this */
            aload 1 /* configuration */
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.configuration:Lorg/hibernate/cfg/Configuration;
         4: .line 87
            aload 0 /* this */
            aload 2 /* properties */
            invokestatic org.hibernate.dialect.Dialect.getDialect:(Ljava/util/Properties;)Lorg/hibernate/dialect/Dialect;
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.dialect:Lorg/hibernate/dialect/Dialect;
         5: .line 89
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 3 /* props */
        start local 3 // java.util.Properties props
         6: .line 90
            aload 3 /* props */
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.dialect:Lorg/hibernate/dialect/Dialect;
            invokevirtual org.hibernate.dialect.Dialect.getDefaultProperties:()Ljava/util/Properties;
            invokevirtual java.util.Properties.putAll:(Ljava/util/Map;)V
         7: .line 91
            aload 3 /* props */
            aload 2 /* properties */
            invokevirtual java.util.Properties.putAll:(Ljava/util/Map;)V
         8: .line 92
            aload 0 /* this */
            new org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper
            dup
            aload 3 /* props */
            invokespecial org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper.<init>:(Ljava/util/Properties;)V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
         9: .line 94
            aload 0 /* this */
            new org.hibernate.engine.jdbc.spi.SqlExceptionHelper
            dup
            invokespecial org.hibernate.engine.jdbc.spi.SqlExceptionHelper.<init>:()V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.sqlExceptionHelper:Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
        10: .line 95
            aload 0 /* this */
            new org.hibernate.engine.jdbc.spi.SqlStatementLogger
            dup
            iconst_0
            iconst_1
            invokespecial org.hibernate.engine.jdbc.spi.SqlStatementLogger.<init>:(ZZ)V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.sqlStatementLogger:Lorg/hibernate/engine/jdbc/spi/SqlStatementLogger;
        11: .line 96
            aload 0 /* this */
            getstatic org.hibernate.engine.jdbc.internal.FormatStyle.DDL:Lorg/hibernate/engine/jdbc/internal/FormatStyle;
            invokevirtual org.hibernate.engine.jdbc.internal.FormatStyle.getFormatter:()Lorg/hibernate/engine/jdbc/internal/Formatter;
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.formatter:Lorg/hibernate/engine/jdbc/internal/Formatter;
        12: .line 97
            return
        end local 3 // java.util.Properties props
        end local 2 // java.util.Properties properties
        end local 1 // org.hibernate.cfg.Configuration configuration
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0   13     1  configuration  Lorg/hibernate/cfg/Configuration;
            0   13     2     properties  Ljava/util/Properties;
            6   13     3          props  Ljava/util/Properties;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
               Name  Flags
      configuration  
      properties     

  public void <init>(org.hibernate.service.ServiceRegistry, org.hibernate.cfg.Configuration);
    descriptor: (Lorg/hibernate/service/ServiceRegistry;Lorg/hibernate/cfg/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // org.hibernate.service.ServiceRegistry serviceRegistry
        start local 2 // org.hibernate.cfg.Configuration cfg
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
         2: .line 77
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.format:Z
         3: .line 100
            aload 0 /* this */
            aload 2 /* cfg */
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.configuration:Lorg/hibernate/cfg/Configuration;
         4: .line 102
            aload 1 /* serviceRegistry */
            ldc Lorg/hibernate/engine/jdbc/spi/JdbcServices;
            invokeinterface org.hibernate.service.ServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.spi.JdbcServices
            astore 3 /* jdbcServices */
        start local 3 // org.hibernate.engine.jdbc.spi.JdbcServices jdbcServices
         5: .line 103
            aload 0 /* this */
            aload 3 /* jdbcServices */
            invokeinterface org.hibernate.engine.jdbc.spi.JdbcServices.getDialect:()Lorg/hibernate/dialect/Dialect;
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.dialect:Lorg/hibernate/dialect/Dialect;
         6: .line 104
            aload 0 /* this */
            new org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper
            dup
            aload 3 /* jdbcServices */
            invokeinterface org.hibernate.engine.jdbc.spi.JdbcServices.getConnectionProvider:()Lorg/hibernate/engine/jdbc/connections/spi/ConnectionProvider;
            invokespecial org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.<init>:(Lorg/hibernate/engine/jdbc/connections/spi/ConnectionProvider;)V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
         7: .line 106
            aload 0 /* this */
            new org.hibernate.engine.jdbc.spi.SqlExceptionHelper
            dup
            invokespecial org.hibernate.engine.jdbc.spi.SqlExceptionHelper.<init>:()V
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.sqlExceptionHelper:Lorg/hibernate/engine/jdbc/spi/SqlExceptionHelper;
         8: .line 107
            aload 0 /* this */
            aload 3 /* jdbcServices */
            invokeinterface org.hibernate.engine.jdbc.spi.JdbcServices.getSqlStatementLogger:()Lorg/hibernate/engine/jdbc/spi/SqlStatementLogger;
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.sqlStatementLogger:Lorg/hibernate/engine/jdbc/spi/SqlStatementLogger;
         9: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.sqlStatementLogger:Lorg/hibernate/engine/jdbc/spi/SqlStatementLogger;
            invokevirtual org.hibernate.engine.jdbc.spi.SqlStatementLogger.isFormat:()Z
            ifeq 10
            getstatic org.hibernate.engine.jdbc.internal.FormatStyle.DDL:Lorg/hibernate/engine/jdbc/internal/FormatStyle;
            goto 11
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.service.ServiceRegistry org.hibernate.cfg.Configuration org.hibernate.engine.jdbc.spi.JdbcServices
      StackMap stack: org.hibernate.tool.hbm2ddl.SchemaUpdate
        10: getstatic org.hibernate.engine.jdbc.internal.FormatStyle.NONE:Lorg/hibernate/engine/jdbc/internal/FormatStyle;
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.service.ServiceRegistry org.hibernate.cfg.Configuration org.hibernate.engine.jdbc.spi.JdbcServices
      StackMap stack: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.engine.jdbc.internal.FormatStyle
        11: invokevirtual org.hibernate.engine.jdbc.internal.FormatStyle.getFormatter:()Lorg/hibernate/engine/jdbc/internal/Formatter;
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.formatter:Lorg/hibernate/engine/jdbc/internal/Formatter;
        12: .line 109
            return
        end local 3 // org.hibernate.engine.jdbc.spi.JdbcServices jdbcServices
        end local 2 // org.hibernate.cfg.Configuration cfg
        end local 1 // org.hibernate.service.ServiceRegistry serviceRegistry
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0   13     1  serviceRegistry  Lorg/hibernate/service/ServiceRegistry;
            0   13     2              cfg  Lorg/hibernate/cfg/Configuration;
            5   13     3     jdbcServices  Lorg/hibernate/engine/jdbc/spi/JdbcServices;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                 Name  Flags
      serviceRegistry  
      cfg              

  private static org.hibernate.boot.registry.internal.StandardServiceRegistryImpl createServiceRegistry(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/hibernate/boot/registry/internal/StandardServiceRegistryImpl;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Properties properties
         0: .line 112
            aload 0 /* properties */
            invokestatic org.hibernate.cfg.Environment.verifyProperties:(Ljava/util/Map;)V
         1: .line 113
            aload 0 /* properties */
            invokestatic org.hibernate.internal.util.config.ConfigurationHelper.resolvePlaceHolders:(Ljava/util/Map;)V
         2: .line 114
            new org.hibernate.boot.registry.StandardServiceRegistryBuilder
            dup
            invokespecial org.hibernate.boot.registry.StandardServiceRegistryBuilder.<init>:()V
            aload 0 /* properties */
            invokevirtual org.hibernate.boot.registry.StandardServiceRegistryBuilder.applySettings:(Ljava/util/Map;)Lorg/hibernate/boot/registry/StandardServiceRegistryBuilder;
            invokevirtual org.hibernate.boot.registry.StandardServiceRegistryBuilder.build:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
            checkcast org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
            areturn
        end local 0 // java.util.Properties properties
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  properties  Ljava/util/Properties;
    MethodParameters:
            Name  Flags
      properties  

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 119
            new org.hibernate.cfg.Configuration
            dup
            invokespecial org.hibernate.cfg.Configuration.<init>:()V
            astore 1 /* cfg */
        start local 1 // org.hibernate.cfg.Configuration cfg
         1: .line 121
            iconst_1
            istore 2 /* script */
        start local 2 // boolean script
         2: .line 123
            iconst_1
            istore 3 /* doUpdate */
        start local 3 // boolean doUpdate
         3: .line 124
            aconst_null
            astore 4 /* propFile */
        start local 4 // java.lang.String propFile
         4: .line 125
            aconst_null
            astore 5 /* outFile */
        start local 5 // java.lang.String outFile
         5: .line 126
            iconst_0
            istore 6 /* hasNaming */
        start local 6 // boolean hasNaming
         6: .line 127
            iconst_0
            istore 7 /* hasNamingDelegator */
        start local 7 // boolean hasNamingDelegator
         7: .line 129
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         8: goto 42
         9: .line 130
      StackMap locals: java.lang.String[] org.hibernate.cfg.Configuration int int java.lang.String java.lang.String int int int
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 40
        10: .line 131
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--quiet"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 132
            iconst_0
            istore 2 /* script */
        12: .line 133
            goto 41
        13: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--properties="
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 16
        14: .line 135
            aload 0 /* args */
            iload 8 /* i */
            aaload
            bipush 13
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 4 /* propFile */
        15: .line 136
            goto 41
        16: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--config="
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 19
        17: .line 138
            aload 1 /* cfg */
            aload 0 /* args */
            iload 8 /* i */
            aaload
            bipush 9
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual org.hibernate.cfg.Configuration.configure:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
        18: .line 139
            goto 41
        19: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--text"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 22
        20: .line 141
            iconst_0
            istore 3 /* doUpdate */
        21: .line 142
            goto 41
        22: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--output="
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 25
        23: .line 144
            aload 0 /* args */
            iload 8 /* i */
            aaload
            bipush 9
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 5 /* outFile */
        24: .line 145
            goto 41
        25: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--naming="
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 32
        26: .line 147
            iconst_1
            istore 6 /* hasNaming */
        27: .line 148
            iload 6 /* hasNaming */
            iload 7 /* hasNamingDelegator */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaUpdate.checkNamingAndNamingDelegatorNotBothSpecified:(ZZ)V
        28: .line 149
            aload 1 /* cfg */
        29: .line 150
            aload 0 /* args */
            iload 8 /* i */
            aaload
            bipush 9
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic org.hibernate.internal.util.ReflectHelper.classForName:(Ljava/lang/String;)Ljava/lang/Class;
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast org.hibernate.cfg.NamingStrategy
        30: .line 149
            invokevirtual org.hibernate.cfg.Configuration.setNamingStrategy:(Lorg/hibernate/cfg/NamingStrategy;)Lorg/hibernate/cfg/Configuration;
            pop
        31: .line 152
            goto 41
        32: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* args */
            iload 8 /* i */
            aaload
            ldc "--namingdelegator="
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 41
        33: .line 154
            iconst_1
            istore 7 /* hasNamingDelegator */
        34: .line 155
            iload 6 /* hasNaming */
            iload 7 /* hasNamingDelegator */
            invokestatic org.hibernate.tool.hbm2ddl.SchemaUpdate.checkNamingAndNamingDelegatorNotBothSpecified:(ZZ)V
        35: .line 156
            aload 1 /* cfg */
        36: .line 157
            aload 0 /* args */
            iload 8 /* i */
            aaload
            bipush 18
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic org.hibernate.internal.util.ReflectHelper.classForName:(Ljava/lang/String;)Ljava/lang/Class;
        37: .line 158
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast org.hibernate.cfg.naming.NamingStrategyDelegator
        38: .line 156
            invokevirtual org.hibernate.cfg.Configuration.setNamingStrategyDelegator:(Lorg/hibernate/cfg/naming/NamingStrategyDelegator;)Lorg/hibernate/cfg/Configuration;
            pop
        39: .line 161
            goto 41
        40: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* cfg */
            aload 0 /* args */
            iload 8 /* i */
            aaload
            invokevirtual org.hibernate.cfg.Configuration.addFile:(Ljava/lang/String;)Lorg/hibernate/cfg/Configuration;
            pop
        41: .line 129
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 8 /* i */
            aload 0 /* args */
            arraylength
            if_icmplt 9
        end local 8 // int i
        43: .line 168
            aload 4 /* propFile */
            ifnull 48
        44: .line 169
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 8 /* props */
        start local 8 // java.util.Properties props
        45: .line 170
            aload 8 /* props */
            aload 1 /* cfg */
            invokevirtual org.hibernate.cfg.Configuration.getProperties:()Ljava/util/Properties;
            invokevirtual java.util.Properties.putAll:(Ljava/util/Map;)V
        46: .line 171
            aload 8 /* props */
            new java.io.FileInputStream
            dup
            aload 4 /* propFile */
            invokespecial java.io.FileInputStream.<init>:(Ljava/lang/String;)V
            invokevirtual java.util.Properties.load:(Ljava/io/InputStream;)V
        47: .line 172
            aload 1 /* cfg */
            aload 8 /* props */
            invokevirtual org.hibernate.cfg.Configuration.setProperties:(Ljava/util/Properties;)Lorg/hibernate/cfg/Configuration;
            pop
        end local 8 // java.util.Properties props
        48: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* cfg */
            invokevirtual org.hibernate.cfg.Configuration.getProperties:()Ljava/util/Properties;
            invokestatic org.hibernate.tool.hbm2ddl.SchemaUpdate.createServiceRegistry:(Ljava/util/Properties;)Lorg/hibernate/boot/registry/internal/StandardServiceRegistryImpl;
            astore 8 /* serviceRegistry */
        start local 8 // org.hibernate.boot.registry.internal.StandardServiceRegistryImpl serviceRegistry
        49: .line 177
            new org.hibernate.tool.hbm2ddl.SchemaUpdate
            dup
            aload 8 /* serviceRegistry */
            aload 1 /* cfg */
            invokespecial org.hibernate.tool.hbm2ddl.SchemaUpdate.<init>:(Lorg/hibernate/service/ServiceRegistry;Lorg/hibernate/cfg/Configuration;)V
            astore 9 /* schemaUpdate */
        start local 9 // org.hibernate.tool.hbm2ddl.SchemaUpdate schemaUpdate
        50: .line 178
            aload 9 /* schemaUpdate */
            aload 5 /* outFile */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdate.setOutputFile:(Ljava/lang/String;)V
        51: .line 179
            aload 9 /* schemaUpdate */
            iload 2 /* script */
            iload 3 /* doUpdate */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdate.execute:(ZZ)V
        end local 9 // org.hibernate.tool.hbm2ddl.SchemaUpdate schemaUpdate
        52: .line 180
            goto 56
        53: .line 181
      StackMap locals: java.lang.String[] org.hibernate.cfg.Configuration int int java.lang.String java.lang.String int int org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
      StackMap stack: java.lang.Throwable
            astore 10
        54: .line 182
            aload 8 /* serviceRegistry */
            invokevirtual org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.destroy:()V
        55: .line 183
            aload 10
            athrow
        56: .line 182
      StackMap locals:
      StackMap stack:
            aload 8 /* serviceRegistry */
            invokevirtual org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.destroy:()V
        end local 8 // org.hibernate.boot.registry.internal.StandardServiceRegistryImpl serviceRegistry
        end local 7 // boolean hasNamingDelegator
        end local 6 // boolean hasNaming
        end local 5 // java.lang.String outFile
        end local 4 // java.lang.String propFile
        end local 3 // boolean doUpdate
        end local 2 // boolean script
        end local 1 // org.hibernate.cfg.Configuration cfg
        57: .line 184
            goto 61
        58: .line 185
      StackMap locals: java.lang.String[]
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        59: .line 186
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 1 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToRunSchemaUpdate:(Ljava/lang/Exception;)V
        60: .line 187
            aload 1 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 1 // java.lang.Exception e
        61: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   62     0                args  [Ljava/lang/String;
            1   57     1                 cfg  Lorg/hibernate/cfg/Configuration;
            2   57     2              script  Z
            3   57     3            doUpdate  Z
            4   57     4            propFile  Ljava/lang/String;
            5   57     5             outFile  Ljava/lang/String;
            6   57     6           hasNaming  Z
            7   57     7  hasNamingDelegator  Z
            8   43     8                   i  I
           45   48     8               props  Ljava/util/Properties;
           49   57     8     serviceRegistry  Lorg/hibernate/boot/registry/internal/StandardServiceRegistryImpl;
           50   52     9        schemaUpdate  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
           59   61     1                   e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          49    53      53  any
           0    57      58  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      args  

  private static void checkNamingAndNamingDelegatorNotBothSpecified(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // boolean namingSpecified
        start local 1 // boolean namingDelegatorSpecified
         0: .line 192
            iload 0 /* namingSpecified */
            ifeq 2
            iload 1 /* namingDelegatorSpecified */
            ifeq 2
         1: .line 193
            new org.hibernate.HibernateException
            dup
            ldc "--naming=<naming_strategy> and --namingdelegator=<naming_strategy_delegator> cannot be used together."
            invokespecial org.hibernate.HibernateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 195
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean namingDelegatorSpecified
        end local 0 // boolean namingSpecified
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    3     0           namingSpecified  Z
            0    3     1  namingDelegatorSpecified  Z
    MethodParameters:
                          Name  Flags
      namingSpecified           
      namingDelegatorSpecified  

  public void execute(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // boolean script
        start local 2 // boolean doUpdate
         0: .line 203
            aload 0 /* this */
            iload 1 /* script */
            iload 2 /* doUpdate */
            invokestatic org.hibernate.tool.hbm2ddl.Target.interpret:(ZZ)Lorg/hibernate/tool/hbm2ddl/Target;
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdate.execute:(Lorg/hibernate/tool/hbm2ddl/Target;)V
         1: .line 204
            return
        end local 2 // boolean doUpdate
        end local 1 // boolean script
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0    2     1    script  Z
            0    2     2  doUpdate  Z
    MethodParameters:
          Name  Flags
      script    
      doUpdate  

  public void execute(org.hibernate.tool.hbm2ddl.Target);
    descriptor: (Lorg/hibernate/tool/hbm2ddl/Target;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // org.hibernate.tool.hbm2ddl.Target target
         0: .line 207
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            invokeinterface org.hibernate.internal.CoreMessageLogger.runningHbm2ddlSchemaUpdate:()V
         1: .line 209
            aconst_null
            astore 2 /* connection */
        start local 2 // java.sql.Connection connection
         2: .line 210
            aconst_null
            astore 3 /* stmt */
        start local 3 // java.sql.Statement stmt
         3: .line 211
            aconst_null
            astore 4 /* outputFileWriter */
        start local 4 // java.io.Writer outputFileWriter
         4: .line 213
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         5: .line 218
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            invokeinterface org.hibernate.internal.CoreMessageLogger.fetchingDatabaseMetadata:()V
         6: .line 219
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
            iconst_1
            invokeinterface org.hibernate.tool.hbm2ddl.ConnectionHelper.prepare:(Z)V
         7: .line 220
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
            invokeinterface org.hibernate.tool.hbm2ddl.ConnectionHelper.getConnection:()Ljava/sql/Connection;
            astore 2 /* connection */
         8: .line 221
            new org.hibernate.tool.hbm2ddl.DatabaseMetadata
            dup
            aload 2 /* connection */
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.dialect:Lorg/hibernate/dialect/Dialect;
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.configuration:Lorg/hibernate/cfg/Configuration;
            invokespecial org.hibernate.tool.hbm2ddl.DatabaseMetadata.<init>:(Ljava/sql/Connection;Lorg/hibernate/dialect/Dialect;Lorg/hibernate/cfg/Configuration;)V
            astore 5 /* meta */
        start local 5 // org.hibernate.tool.hbm2ddl.DatabaseMetadata meta
         9: .line 222
            aload 2 /* connection */
            invokeinterface java.sql.Connection.createStatement:()Ljava/sql/Statement;
            astore 3 /* stmt */
        10: .line 223
            goto 15
        end local 5 // org.hibernate.tool.hbm2ddl.DatabaseMetadata meta
        11: .line 224
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer
      StackMap stack: java.sql.SQLException
            astore 6 /* sqle */
        start local 6 // java.sql.SQLException sqle
        12: .line 225
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 6 /* sqle */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 226
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 6 /* sqle */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToGetDatabaseMetadata:(Ljava/sql/SQLException;)V
        14: .line 227
            aload 6 /* sqle */
            athrow
        end local 6 // java.sql.SQLException sqle
        start local 5 // org.hibernate.tool.hbm2ddl.DatabaseMetadata meta
        15: .line 230
      StackMap locals: org.hibernate.tool.hbm2ddl.DatabaseMetadata
      StackMap stack:
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            invokeinterface org.hibernate.internal.CoreMessageLogger.updatingSchema:()V
        16: .line 232
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.outputFile:Ljava/lang/String;
            ifnull 19
        17: .line 233
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.outputFile:Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.writingGeneratedSchemaToFile:(Ljava/lang/String;)V
        18: .line 234
            new java.io.FileWriter
            dup
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.outputFile:Ljava/lang/String;
            invokespecial java.io.FileWriter.<init>:(Ljava/lang/String;)V
            astore 4 /* outputFileWriter */
        19: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.configuration:Lorg/hibernate/cfg/Configuration;
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.dialect:Lorg/hibernate/dialect/Dialect;
            aload 5 /* meta */
            invokevirtual org.hibernate.cfg.Configuration.generateSchemaUpdateScriptList:(Lorg/hibernate/dialect/Dialect;Lorg/hibernate/tool/hbm2ddl/DatabaseMetadata;)Ljava/util/List;
            astore 6 /* scripts */
        start local 6 // java.util.List scripts
        20: .line 238
            aload 6 /* scripts */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 40
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer org.hibernate.tool.hbm2ddl.DatabaseMetadata java.util.List top java.util.Iterator
      StackMap stack:
        21: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.tool.hbm2ddl.SchemaUpdateScript
            astore 7 /* script */
        start local 7 // org.hibernate.tool.hbm2ddl.SchemaUpdateScript script
        22: .line 239
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.formatter:Lorg/hibernate/engine/jdbc/internal/Formatter;
            aload 7 /* script */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdateScript.getScript:()Ljava/lang/String;
            invokeinterface org.hibernate.engine.jdbc.internal.Formatter.format:(Ljava/lang/String;)Ljava/lang/String;
            astore 9 /* formatted */
        start local 9 // java.lang.String formatted
        23: .line 241
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.delimiter:Ljava/lang/String;
            ifnull 25
        24: .line 242
            new java.lang.StringBuilder
            dup
            aload 9 /* formatted */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.delimiter:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 9 /* formatted */
        25: .line 244
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer org.hibernate.tool.hbm2ddl.DatabaseMetadata java.util.List org.hibernate.tool.hbm2ddl.SchemaUpdateScript java.util.Iterator java.lang.String
      StackMap stack:
            aload 1 /* target */
            invokevirtual org.hibernate.tool.hbm2ddl.Target.doScript:()Z
            ifeq 27
        26: .line 245
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 9 /* formatted */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        27: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.outputFile:Ljava/lang/String;
            ifnull 29
        28: .line 248
            aload 4 /* outputFileWriter */
            new java.lang.StringBuilder
            dup
            aload 9 /* formatted */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
        29: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            invokevirtual org.hibernate.tool.hbm2ddl.Target.doExport:()Z
            ifeq 40
        30: .line 251
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 7 /* script */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdateScript.getScript:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.debug:(Ljava/lang/Object;)V
        31: .line 252
            aload 3 /* stmt */
            aload 9 /* formatted */
            invokeinterface java.sql.Statement.executeUpdate:(Ljava/lang/String;)I
            pop
        32: .line 254
            goto 40
        33: .line 255
      StackMap locals:
      StackMap stack: java.sql.SQLException
            astore 10 /* e */
        start local 10 // java.sql.SQLException e
        34: .line 256
            aload 7 /* script */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdateScript.isQuiet:()Z
            ifne 40
        35: .line 257
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.haltOnError:Z
            ifeq 37
        36: .line 258
            new org.hibernate.JDBCException
            dup
            ldc "Error during DDL export"
            aload 10 /* e */
            invokespecial org.hibernate.JDBCException.<init>:(Ljava/lang/String;Ljava/sql/SQLException;)V
            athrow
        37: .line 260
      StackMap locals: java.sql.SQLException
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 10 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        38: .line 261
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 7 /* script */
            invokevirtual org.hibernate.tool.hbm2ddl.SchemaUpdateScript.getScript:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.unsuccessful:(Ljava/lang/String;)V
        39: .line 262
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 10 /* e */
            invokevirtual java.sql.SQLException.getMessage:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.error:(Ljava/lang/Object;)V
        end local 10 // java.sql.SQLException e
        end local 9 // java.lang.String formatted
        end local 7 // org.hibernate.tool.hbm2ddl.SchemaUpdateScript script
        40: .line 238
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer org.hibernate.tool.hbm2ddl.DatabaseMetadata java.util.List top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        41: .line 267
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            invokeinterface org.hibernate.internal.CoreMessageLogger.schemaUpdateComplete:()V
        end local 6 // java.util.List scripts
        end local 5 // org.hibernate.tool.hbm2ddl.DatabaseMetadata meta
        42: .line 269
            goto 75
        43: .line 270
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer
      StackMap stack: java.lang.Exception
            astore 5 /* e */
        start local 5 // java.lang.Exception e
        44: .line 271
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 5 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        45: .line 272
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 5 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCompleteSchemaUpdate:(Ljava/lang/Exception;)V
        end local 5 // java.lang.Exception e
        46: .line 277
            aload 3 /* stmt */
            ifnull 48
        47: .line 278
            aload 3 /* stmt */
            invokeinterface java.sql.Statement.close:()V
        48: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
            invokeinterface org.hibernate.tool.hbm2ddl.ConnectionHelper.release:()V
        49: .line 281
            goto 53
        50: .line 282
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        51: .line 283
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 12 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        52: .line 284
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 12 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCloseConnection:(Ljava/lang/Exception;)V
        end local 12 // java.lang.Exception e
        53: .line 287
      StackMap locals:
      StackMap stack:
            aload 4 /* outputFileWriter */
            ifnull 88
        54: .line 288
            aload 4 /* outputFileWriter */
            invokevirtual java.io.Writer.close:()V
        55: .line 290
            goto 88
        56: .line 291
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        57: .line 292
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 12 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        58: .line 293
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 12 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCloseConnection:(Ljava/lang/Exception;)V
        end local 12 // java.lang.Exception e
        59: goto 88
        60: .line 274
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        61: .line 277
            aload 3 /* stmt */
            ifnull 63
        62: .line 278
            aload 3 /* stmt */
            invokeinterface java.sql.Statement.close:()V
        63: .line 280
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer top top top top top top java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
            invokeinterface org.hibernate.tool.hbm2ddl.ConnectionHelper.release:()V
        64: .line 281
            goto 68
        65: .line 282
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        66: .line 283
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 12 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        67: .line 284
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 12 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCloseConnection:(Ljava/lang/Exception;)V
        end local 12 // java.lang.Exception e
        68: .line 287
      StackMap locals:
      StackMap stack:
            aload 4 /* outputFileWriter */
            ifnull 74
        69: .line 288
            aload 4 /* outputFileWriter */
            invokevirtual java.io.Writer.close:()V
        70: .line 290
            goto 74
        71: .line 291
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        72: .line 292
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 12 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        73: .line 293
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 12 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCloseConnection:(Ljava/lang/Exception;)V
        end local 12 // java.lang.Exception e
        74: .line 295
      StackMap locals:
      StackMap stack:
            aload 11
            athrow
        75: .line 277
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.tool.hbm2ddl.Target java.sql.Connection java.sql.Statement java.io.Writer
      StackMap stack:
            aload 3 /* stmt */
            ifnull 77
        76: .line 278
            aload 3 /* stmt */
            invokeinterface java.sql.Statement.close:()V
        77: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.connectionHelper:Lorg/hibernate/tool/hbm2ddl/ConnectionHelper;
            invokeinterface org.hibernate.tool.hbm2ddl.ConnectionHelper.release:()V
        78: .line 281
            goto 82
        79: .line 282
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        80: .line 283
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 12 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        81: .line 284
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 12 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCloseConnection:(Ljava/lang/Exception;)V
        end local 12 // java.lang.Exception e
        82: .line 287
      StackMap locals:
      StackMap stack:
            aload 4 /* outputFileWriter */
            ifnull 88
        83: .line 288
            aload 4 /* outputFileWriter */
            invokevirtual java.io.Writer.close:()V
        84: .line 290
            goto 88
        85: .line 291
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 12 /* e */
        start local 12 // java.lang.Exception e
        86: .line 292
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            aload 12 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        87: .line 293
            getstatic org.hibernate.tool.hbm2ddl.SchemaUpdate.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 12 /* e */
            invokeinterface org.hibernate.internal.CoreMessageLogger.unableToCloseConnection:(Ljava/lang/Exception;)V
        end local 12 // java.lang.Exception e
        88: .line 296
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.io.Writer outputFileWriter
        end local 3 // java.sql.Statement stmt
        end local 2 // java.sql.Connection connection
        end local 1 // org.hibernate.tool.hbm2ddl.Target target
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   89     0              this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0   89     1            target  Lorg/hibernate/tool/hbm2ddl/Target;
            2   89     2        connection  Ljava/sql/Connection;
            3   89     3              stmt  Ljava/sql/Statement;
            4   89     4  outputFileWriter  Ljava/io/Writer;
            9   11     5              meta  Lorg/hibernate/tool/hbm2ddl/DatabaseMetadata;
           15   42     5              meta  Lorg/hibernate/tool/hbm2ddl/DatabaseMetadata;
           12   15     6              sqle  Ljava/sql/SQLException;
           20   42     6           scripts  Ljava/util/List<Lorg/hibernate/tool/hbm2ddl/SchemaUpdateScript;>;
           22   40     7            script  Lorg/hibernate/tool/hbm2ddl/SchemaUpdateScript;
           23   40     9         formatted  Ljava/lang/String;
           34   40    10                 e  Ljava/sql/SQLException;
           44   46     5                 e  Ljava/lang/Exception;
           51   53    12                 e  Ljava/lang/Exception;
           66   68    12                 e  Ljava/lang/Exception;
           80   82    12                 e  Ljava/lang/Exception;
           57   59    12                 e  Ljava/lang/Exception;
           72   74    12                 e  Ljava/lang/Exception;
           86   88    12                 e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5    10      11  Class java.sql.SQLException
          23    32      33  Class java.sql.SQLException
           5    42      43  Class java.lang.Exception
          46    49      50  Class java.lang.Exception
          53    55      56  Class java.lang.Exception
           5    46      60  any
          61    64      65  Class java.lang.Exception
          68    70      71  Class java.lang.Exception
          75    78      79  Class java.lang.Exception
          82    84      85  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      target  

  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.SchemaUpdate this
         0: .line 304
            aload 0 /* this */
            getfield org.hibernate.tool.hbm2ddl.SchemaUpdate.exceptions:Ljava/util/List;
            areturn
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;

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

  public void setFormat(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // boolean format
         0: .line 312
            aload 0 /* this */
            iload 1 /* format */
            ifeq 1
            getstatic org.hibernate.engine.jdbc.internal.FormatStyle.DDL:Lorg/hibernate/engine/jdbc/internal/FormatStyle;
            goto 2
      StackMap locals:
      StackMap stack: org.hibernate.tool.hbm2ddl.SchemaUpdate
         1: getstatic org.hibernate.engine.jdbc.internal.FormatStyle.NONE:Lorg/hibernate/engine/jdbc/internal/FormatStyle;
      StackMap locals: org.hibernate.tool.hbm2ddl.SchemaUpdate int
      StackMap stack: org.hibernate.tool.hbm2ddl.SchemaUpdate org.hibernate.engine.jdbc.internal.FormatStyle
         2: invokevirtual org.hibernate.engine.jdbc.internal.FormatStyle.getFormatter:()Lorg/hibernate/engine/jdbc/internal/Formatter;
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.formatter:Lorg/hibernate/engine/jdbc/internal/Formatter;
         3: .line 313
            return
        end local 1 // boolean format
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0    4     1  format  Z
    MethodParameters:
        Name  Flags
      format  

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

  public void setDelimiter(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
        start local 1 // java.lang.String delimiter
         0: .line 320
            aload 0 /* this */
            aload 1 /* delimiter */
            putfield org.hibernate.tool.hbm2ddl.SchemaUpdate.delimiter:Ljava/lang/String;
         1: .line 321
            return
        end local 1 // java.lang.String delimiter
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaUpdate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/hibernate/tool/hbm2ddl/SchemaUpdate;
            0    2     1  delimiter  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      delimiter  
}
SourceFile: "SchemaUpdate.java"