public class org.hibernate.boot.model.relational.Database
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.model.relational.Database
  super_class: java.lang.Object
{
  private final org.hibernate.dialect.Dialect dialect;
    descriptor: Lorg/hibernate/dialect/Dialect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions;
    descriptor: Lorg/hibernate/boot/spi/MetadataBuildingOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private org.hibernate.boot.model.relational.Namespace implicitNamespace;
    descriptor: Lorg/hibernate/boot/model/relational/Namespace;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<org.hibernate.boot.model.relational.Namespace$Name, org.hibernate.boot.model.relational.Namespace> namespaceMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/hibernate/boot/model/relational/Namespace$Name;Lorg/hibernate/boot/model/relational/Namespace;>;

  private java.util.Map<java.lang.String, org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> auxiliaryDatabaseObjects;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/boot/model/relational/AuxiliaryDatabaseObject;>;

  private java.util.List<org.hibernate.boot.model.relational.InitCommand> initCommands;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/hibernate/boot/model/relational/InitCommand;>;

  public void <init>(org.hibernate.boot.spi.MetadataBuildingOptions);
    descriptor: (Lorg/hibernate/boot/spi/MetadataBuildingOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions
         0: .line 41
            aload 0 /* this */
            aload 1 /* buildingOptions */
            aload 1 /* buildingOptions */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getServiceRegistry:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
            ldc Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.boot.registry.StandardServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
            invokespecial org.hibernate.boot.model.relational.Database.<init>:(Lorg/hibernate/boot/spi/MetadataBuildingOptions;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)V
         1: .line 42
            return
        end local 1 // org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/boot/model/relational/Database;
            0    2     1  buildingOptions  Lorg/hibernate/boot/spi/MetadataBuildingOptions;
    MethodParameters:
                 Name  Flags
      buildingOptions  

  public void <init>(org.hibernate.boot.spi.MetadataBuildingOptions, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment);
    descriptor: (Lorg/hibernate/boot/spi/MetadataBuildingOptions;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions
        start local 2 // org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            putfield org.hibernate.boot.model.relational.Database.namespaceMap:Ljava/util/Map;
         2: .line 45
            aload 0 /* this */
            aload 1 /* buildingOptions */
            putfield org.hibernate.boot.model.relational.Database.buildingOptions:Lorg/hibernate/boot/spi/MetadataBuildingOptions;
         3: .line 47
            aload 0 /* this */
            aload 2 /* jdbcEnvironment */
            putfield org.hibernate.boot.model.relational.Database.jdbcEnvironment:Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
         4: .line 49
            aload 0 /* this */
            aload 1 /* buildingOptions */
            invokestatic org.hibernate.boot.model.relational.Database.determineDialect:(Lorg/hibernate/boot/spi/MetadataBuildingOptions;)Lorg/hibernate/dialect/Dialect;
            putfield org.hibernate.boot.model.relational.Database.dialect:Lorg/hibernate/dialect/Dialect;
         5: .line 51
            aload 0 /* this */
            aload 0 /* this */
         6: .line 52
            new org.hibernate.boot.model.relational.Namespace$Name
            dup
         7: .line 53
            aload 0 /* this */
            aload 1 /* buildingOptions */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getMappingDefaults:()Lorg/hibernate/boot/spi/MappingDefaults;
            invokeinterface org.hibernate.boot.spi.MappingDefaults.getImplicitCatalogName:()Ljava/lang/String;
            invokevirtual org.hibernate.boot.model.relational.Database.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
         8: .line 54
            aload 0 /* this */
            aload 1 /* buildingOptions */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getMappingDefaults:()Lorg/hibernate/boot/spi/MappingDefaults;
            invokeinterface org.hibernate.boot.spi.MappingDefaults.getImplicitSchemaName:()Ljava/lang/String;
            invokevirtual org.hibernate.boot.model.relational.Database.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
         9: .line 52
            invokespecial org.hibernate.boot.model.relational.Namespace$Name.<init>:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)V
        10: .line 51
            invokevirtual org.hibernate.boot.model.relational.Database.makeNamespace:(Lorg/hibernate/boot/model/relational/Namespace$Name;)Lorg/hibernate/boot/model/relational/Namespace;
            putfield org.hibernate.boot.model.relational.Database.implicitNamespace:Lorg/hibernate/boot/model/relational/Namespace;
        11: .line 57
            return
        end local 2 // org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment
        end local 1 // org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/hibernate/boot/model/relational/Database;
            0   12     1  buildingOptions  Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            0   12     2  jdbcEnvironment  Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
    MethodParameters:
                 Name  Flags
      buildingOptions  
      jdbcEnvironment  

  private static org.hibernate.dialect.Dialect determineDialect(org.hibernate.boot.spi.MetadataBuildingOptions);
    descriptor: (Lorg/hibernate/boot/spi/MetadataBuildingOptions;)Lorg/hibernate/dialect/Dialect;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions
         0: .line 60
            aload 0 /* buildingOptions */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getServiceRegistry:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
            ldc Lorg/hibernate/engine/jdbc/spi/JdbcServices;
            invokeinterface org.hibernate.boot.registry.StandardServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.engine.jdbc.spi.JdbcServices
            invokeinterface org.hibernate.engine.jdbc.spi.JdbcServices.getDialect:()Lorg/hibernate/dialect/Dialect;
            astore 1 /* dialect */
        start local 1 // org.hibernate.dialect.Dialect dialect
         1: .line 61
            aload 1 /* dialect */
            ifnull 3
         2: .line 62
            aload 1 /* dialect */
            areturn
         3: .line 66
      StackMap locals: org.hibernate.dialect.Dialect
      StackMap stack:
            new org.hibernate.dialect.H2Dialect
            dup
            invokespecial org.hibernate.dialect.H2Dialect.<init>:()V
            areturn
        end local 1 // org.hibernate.dialect.Dialect dialect
        end local 0 // org.hibernate.boot.spi.MetadataBuildingOptions buildingOptions
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0  buildingOptions  Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            1    4     1          dialect  Lorg/hibernate/dialect/Dialect;
    MethodParameters:
                 Name  Flags
      buildingOptions  

  private org.hibernate.boot.model.relational.Namespace makeNamespace(org.hibernate.boot.model.relational.Namespace$Name);
    descriptor: (Lorg/hibernate/boot/model/relational/Namespace$Name;)Lorg/hibernate/boot/model/relational/Namespace;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.model.relational.Namespace$Name name
         0: .line 71
            new org.hibernate.boot.model.relational.Namespace
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.hibernate.boot.model.relational.Namespace.<init>:(Lorg/hibernate/boot/model/relational/Database;Lorg/hibernate/boot/model/relational/Namespace$Name;)V
            astore 2 /* namespace */
        start local 2 // org.hibernate.boot.model.relational.Namespace namespace
         1: .line 72
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.namespaceMap:Ljava/util/Map;
            aload 1 /* name */
            aload 2 /* namespace */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 73
            aload 2 /* namespace */
            areturn
        end local 2 // org.hibernate.boot.model.relational.Namespace namespace
        end local 1 // org.hibernate.boot.model.relational.Namespace$Name name
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/hibernate/boot/model/relational/Database;
            0    3     1       name  Lorg/hibernate/boot/model/relational/Namespace$Name;
            1    3     2  namespace  Lorg/hibernate/boot/model/relational/Namespace;
    MethodParameters:
      Name  Flags
      name  

  public org.hibernate.boot.spi.MetadataBuildingOptions getBuildingOptions();
    descriptor: ()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 77
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.buildingOptions:Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Database;

  public org.hibernate.dialect.Dialect getDialect();
    descriptor: ()Lorg/hibernate/dialect/Dialect;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 81
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.dialect:Lorg/hibernate/dialect/Dialect;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Database;

  public org.hibernate.engine.jdbc.env.spi.JdbcEnvironment getJdbcEnvironment();
    descriptor: ()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 85
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.jdbcEnvironment:Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Database;

  public org.hibernate.boot.model.naming.Identifier toIdentifier(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // java.lang.String text
         0: .line 102
            aload 1 /* text */
            ifnonnull 2
         1: .line 103
            aconst_null
            goto 3
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.jdbcEnvironment:Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment.getIdentifierHelper:()Lorg/hibernate/engine/jdbc/env/spi/IdentifierHelper;
            aload 1 /* text */
            invokeinterface org.hibernate.engine.jdbc.env.spi.IdentifierHelper.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
         3: .line 102
      StackMap locals:
      StackMap stack: org.hibernate.boot.model.naming.Identifier
            areturn
        end local 1 // java.lang.String text
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/boot/model/relational/Database;
            0    4     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public org.hibernate.boot.model.naming.PhysicalNamingStrategy getPhysicalNamingStrategy();
    descriptor: ()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 108
            aload 0 /* this */
            invokevirtual org.hibernate.boot.model.relational.Database.getBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Database;

  public java.lang.Iterable<org.hibernate.boot.model.relational.Namespace> getNamespaces();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 112
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.namespaceMap:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Database;
    Signature: ()Ljava/lang/Iterable<Lorg/hibernate/boot/model/relational/Namespace;>;

  public org.hibernate.boot.model.relational.Namespace getDefaultNamespace();
    descriptor: ()Lorg/hibernate/boot/model/relational/Namespace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 116
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.implicitNamespace:Lorg/hibernate/boot/model/relational/Namespace;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Database;

  public org.hibernate.boot.model.relational.Namespace locateNamespace(org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/boot/model/relational/Namespace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.model.naming.Identifier catalogName
        start local 2 // org.hibernate.boot.model.naming.Identifier schemaName
         0: .line 120
            aload 1 /* catalogName */
            ifnonnull 2
            aload 2 /* schemaName */
            ifnonnull 2
         1: .line 121
            aload 0 /* this */
            invokevirtual org.hibernate.boot.model.relational.Database.getDefaultNamespace:()Lorg/hibernate/boot/model/relational/Namespace;
            areturn
         2: .line 124
      StackMap locals:
      StackMap stack:
            new org.hibernate.boot.model.relational.Namespace$Name
            dup
            aload 1 /* catalogName */
            aload 2 /* schemaName */
            invokespecial org.hibernate.boot.model.relational.Namespace$Name.<init>:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)V
            astore 3 /* name */
        start local 3 // org.hibernate.boot.model.relational.Namespace$Name name
         3: .line 125
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.namespaceMap:Ljava/util/Map;
            aload 3 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.boot.model.relational.Namespace
            astore 4 /* namespace */
        start local 4 // org.hibernate.boot.model.relational.Namespace namespace
         4: .line 126
            aload 4 /* namespace */
            ifnonnull 6
         5: .line 127
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.hibernate.boot.model.relational.Database.makeNamespace:(Lorg/hibernate/boot/model/relational/Namespace$Name;)Lorg/hibernate/boot/model/relational/Namespace;
            astore 4 /* namespace */
         6: .line 129
      StackMap locals: org.hibernate.boot.model.relational.Namespace$Name org.hibernate.boot.model.relational.Namespace
      StackMap stack:
            aload 4 /* namespace */
            areturn
        end local 4 // org.hibernate.boot.model.relational.Namespace namespace
        end local 3 // org.hibernate.boot.model.relational.Namespace$Name name
        end local 2 // org.hibernate.boot.model.naming.Identifier schemaName
        end local 1 // org.hibernate.boot.model.naming.Identifier catalogName
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/hibernate/boot/model/relational/Database;
            0    7     1  catalogName  Lorg/hibernate/boot/model/naming/Identifier;
            0    7     2   schemaName  Lorg/hibernate/boot/model/naming/Identifier;
            3    7     3         name  Lorg/hibernate/boot/model/relational/Namespace$Name;
            4    7     4    namespace  Lorg/hibernate/boot/model/relational/Namespace;
    MethodParameters:
             Name  Flags
      catalogName  
      schemaName   

  public org.hibernate.boot.model.relational.Namespace adjustDefaultNamespace(org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/boot/model/relational/Namespace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.model.naming.Identifier catalogName
        start local 2 // org.hibernate.boot.model.naming.Identifier schemaName
         0: .line 133
            new org.hibernate.boot.model.relational.Namespace$Name
            dup
            aload 1 /* catalogName */
            aload 2 /* schemaName */
            invokespecial org.hibernate.boot.model.relational.Namespace$Name.<init>:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)V
            astore 3 /* name */
        start local 3 // org.hibernate.boot.model.relational.Namespace$Name name
         1: .line 134
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.implicitNamespace:Lorg/hibernate/boot/model/relational/Namespace;
            invokevirtual org.hibernate.boot.model.relational.Namespace.getName:()Lorg/hibernate/boot/model/relational/Namespace$Name;
            aload 3 /* name */
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 135
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.implicitNamespace:Lorg/hibernate/boot/model/relational/Namespace;
            areturn
         3: .line 138
      StackMap locals: org.hibernate.boot.model.relational.Namespace$Name
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.namespaceMap:Ljava/util/Map;
            aload 3 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.boot.model.relational.Namespace
            astore 4 /* namespace */
        start local 4 // org.hibernate.boot.model.relational.Namespace namespace
         4: .line 139
            aload 4 /* namespace */
            ifnonnull 6
         5: .line 140
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.hibernate.boot.model.relational.Database.makeNamespace:(Lorg/hibernate/boot/model/relational/Namespace$Name;)Lorg/hibernate/boot/model/relational/Namespace;
            astore 4 /* namespace */
         6: .line 142
      StackMap locals: org.hibernate.boot.model.relational.Namespace
      StackMap stack:
            aload 0 /* this */
            aload 4 /* namespace */
            putfield org.hibernate.boot.model.relational.Database.implicitNamespace:Lorg/hibernate/boot/model/relational/Namespace;
         7: .line 143
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.implicitNamespace:Lorg/hibernate/boot/model/relational/Namespace;
            areturn
        end local 4 // org.hibernate.boot.model.relational.Namespace namespace
        end local 3 // org.hibernate.boot.model.relational.Namespace$Name name
        end local 2 // org.hibernate.boot.model.naming.Identifier schemaName
        end local 1 // org.hibernate.boot.model.naming.Identifier catalogName
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/hibernate/boot/model/relational/Database;
            0    8     1  catalogName  Lorg/hibernate/boot/model/naming/Identifier;
            0    8     2   schemaName  Lorg/hibernate/boot/model/naming/Identifier;
            1    8     3         name  Lorg/hibernate/boot/model/relational/Namespace$Name;
            4    8     4    namespace  Lorg/hibernate/boot/model/relational/Namespace;
    MethodParameters:
             Name  Flags
      catalogName  
      schemaName   

  public org.hibernate.boot.model.relational.Namespace adjustDefaultNamespace(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/boot/model/relational/Namespace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // java.lang.String implicitCatalogName
        start local 2 // java.lang.String implicitSchemaName
         0: .line 147
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* implicitCatalogName */
            invokevirtual org.hibernate.boot.model.relational.Database.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
            aload 0 /* this */
            aload 2 /* implicitSchemaName */
            invokevirtual org.hibernate.boot.model.relational.Database.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
            invokevirtual org.hibernate.boot.model.relational.Database.adjustDefaultNamespace:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/boot/model/relational/Namespace;
            areturn
        end local 2 // java.lang.String implicitSchemaName
        end local 1 // java.lang.String implicitCatalogName
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/hibernate/boot/model/relational/Database;
            0    1     1  implicitCatalogName  Ljava/lang/String;
            0    1     2   implicitSchemaName  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      implicitCatalogName  
      implicitSchemaName   

  public void addAuxiliaryDatabaseObject(org.hibernate.boot.model.relational.AuxiliaryDatabaseObject);
    descriptor: (Lorg/hibernate/boot/model/relational/AuxiliaryDatabaseObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.model.relational.AuxiliaryDatabaseObject auxiliaryDatabaseObject
         0: .line 151
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.auxiliaryDatabaseObjects:Ljava/util/Map;
            ifnonnull 2
         1: .line 152
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.hibernate.boot.model.relational.Database.auxiliaryDatabaseObjects:Ljava/util/Map;
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.auxiliaryDatabaseObjects:Ljava/util/Map;
            aload 1 /* auxiliaryDatabaseObject */
            invokeinterface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.getExportIdentifier:()Ljava/lang/String;
            aload 1 /* auxiliaryDatabaseObject */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 155
            return
        end local 1 // org.hibernate.boot.model.relational.AuxiliaryDatabaseObject auxiliaryDatabaseObject
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lorg/hibernate/boot/model/relational/Database;
            0    4     1  auxiliaryDatabaseObject  Lorg/hibernate/boot/model/relational/AuxiliaryDatabaseObject;
    MethodParameters:
                         Name  Flags
      auxiliaryDatabaseObject  

  public java.util.Collection<org.hibernate.boot.model.relational.AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjects();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 158
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.auxiliaryDatabaseObjects:Ljava/util/Map;
            ifnonnull 2
         1: .line 159
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 3
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.auxiliaryDatabaseObjects:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
         3: .line 158
      StackMap locals:
      StackMap stack: java.util.Collection
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/boot/model/relational/Database;
    Signature: ()Ljava/util/Collection<Lorg/hibernate/boot/model/relational/AuxiliaryDatabaseObject;>;

  public java.util.Collection<org.hibernate.boot.model.relational.InitCommand> getInitCommands();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Database this
         0: .line 164
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.initCommands:Ljava/util/List;
            ifnonnull 2
         1: .line 165
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 3
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.initCommands:Ljava/util/List;
         3: .line 164
      StackMap locals:
      StackMap stack: java.util.List
            areturn
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/boot/model/relational/Database;
    Signature: ()Ljava/util/Collection<Lorg/hibernate/boot/model/relational/InitCommand;>;

  public void addInitCommand(org.hibernate.boot.model.relational.InitCommand);
    descriptor: (Lorg/hibernate/boot/model/relational/InitCommand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Database this
        start local 1 // org.hibernate.boot.model.relational.InitCommand initCommand
         0: .line 170
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.initCommands:Ljava/util/List;
            ifnonnull 2
         1: .line 171
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.boot.model.relational.Database.initCommands:Ljava/util/List;
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Database.initCommands:Ljava/util/List;
            aload 1 /* initCommand */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 174
            return
        end local 1 // org.hibernate.boot.model.relational.InitCommand initCommand
        end local 0 // org.hibernate.boot.model.relational.Database this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/hibernate/boot/model/relational/Database;
            0    4     1  initCommand  Lorg/hibernate/boot/model/relational/InitCommand;
    MethodParameters:
             Name  Flags
      initCommand  
}
SourceFile: "Database.java"
InnerClasses:
  public Name = org.hibernate.boot.model.relational.Namespace$Name of org.hibernate.boot.model.relational.Namespace