public class org.hibernate.boot.model.relational.Namespace
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.model.relational.Namespace
  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.boot.model.relational.Database database;
    descriptor: Lorg/hibernate/boot/model/relational/Database;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.boot.model.relational.Namespace$Name name;
    descriptor: Lorg/hibernate/boot/model/relational/Namespace$Name;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.boot.model.relational.Namespace$Name physicalName;
    descriptor: Lorg/hibernate/boot/model/relational/Namespace$Name;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Map<org.hibernate.boot.model.naming.Identifier, org.hibernate.mapping.Table> tables;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/mapping/Table;>;

  private java.util.Map<org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.model.relational.Sequence> sequences;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/relational/Sequence;>;

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

  public void <init>(org.hibernate.boot.model.relational.Database, org.hibernate.boot.model.relational.Namespace$Name);
    descriptor: (Lorg/hibernate/boot/model/relational/Database;Lorg/hibernate/boot/model/relational/Namespace$Name;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // org.hibernate.boot.model.relational.Database database
        start local 2 // org.hibernate.boot.model.relational.Namespace$Name name
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            putfield org.hibernate.boot.model.relational.Namespace.tables:Ljava/util/Map;
         2: .line 34
            aload 0 /* this */
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            putfield org.hibernate.boot.model.relational.Namespace.sequences:Ljava/util/Map;
         3: .line 37
            aload 0 /* this */
            aload 1 /* database */
            putfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
         4: .line 38
            aload 0 /* this */
            aload 2 /* name */
            putfield org.hibernate.boot.model.relational.Namespace.name:Lorg/hibernate/boot/model/relational/Namespace$Name;
         5: .line 40
            aload 0 /* this */
            new org.hibernate.boot.model.relational.Namespace$Name
            dup
         6: .line 41
            aload 1 /* database */
            invokevirtual org.hibernate.boot.model.relational.Database.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
         7: .line 42
            aload 2 /* name */
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.getCatalog:()Lorg/hibernate/boot/model/naming/Identifier;
            aload 1 /* database */
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.boot.model.naming.PhysicalNamingStrategy.toPhysicalCatalogName:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)Lorg/hibernate/boot/model/naming/Identifier;
         8: .line 43
            aload 1 /* database */
            invokevirtual org.hibernate.boot.model.relational.Database.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
         9: .line 44
            aload 2 /* name */
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.getSchema:()Lorg/hibernate/boot/model/naming/Identifier;
            aload 1 /* database */
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.boot.model.naming.PhysicalNamingStrategy.toPhysicalSchemaName:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)Lorg/hibernate/boot/model/naming/Identifier;
            invokespecial org.hibernate.boot.model.relational.Namespace$Name.<init>:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)V
        10: .line 40
            putfield org.hibernate.boot.model.relational.Namespace.physicalName:Lorg/hibernate/boot/model/relational/Namespace$Name;
        11: .line 47
            getstatic org.hibernate.boot.model.relational.Namespace.log:Lorg/hibernate/internal/CoreMessageLogger;
        12: .line 48
            ldc "Created database namespace [logicalName=%s, physicalName=%s]"
        13: .line 49
            aload 2 /* name */
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.toString:()Ljava/lang/String;
        14: .line 50
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.physicalName:Lorg/hibernate/boot/model/relational/Namespace$Name;
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.toString:()Ljava/lang/String;
        15: .line 47
            invokeinterface org.hibernate.internal.CoreMessageLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        16: .line 52
            return
        end local 2 // org.hibernate.boot.model.relational.Namespace$Name name
        end local 1 // org.hibernate.boot.model.relational.Database database
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lorg/hibernate/boot/model/relational/Namespace;
            0   17     1  database  Lorg/hibernate/boot/model/relational/Database;
            0   17     2      name  Lorg/hibernate/boot/model/relational/Namespace$Name;
    MethodParameters:
          Name  Flags
      database  
      name      

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

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

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

  public org.hibernate.mapping.Table locateTable(org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/mapping/Table;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // org.hibernate.boot.model.naming.Identifier logicalTableName
         0: .line 76
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.tables:Ljava/util/Map;
            aload 1 /* logicalTableName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.mapping.Table
            areturn
        end local 1 // org.hibernate.boot.model.naming.Identifier logicalTableName
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/hibernate/boot/model/relational/Namespace;
            0    1     1  logicalTableName  Lorg/hibernate/boot/model/naming/Identifier;
    MethodParameters:
                  Name  Flags
      logicalTableName  

  public org.hibernate.mapping.Table createTable(org.hibernate.boot.model.naming.Identifier, boolean);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;Z)Lorg/hibernate/mapping/Table;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // org.hibernate.boot.model.naming.Identifier logicalTableName
        start local 2 // boolean isAbstract
         0: .line 87
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.tables:Ljava/util/Map;
            aload 1 /* logicalTableName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.mapping.Table
            astore 3 /* existing */
        start local 3 // org.hibernate.mapping.Table existing
         1: .line 88
            aload 3 /* existing */
            ifnull 3
         2: .line 89
            aload 3 /* existing */
            areturn
         3: .line 92
      StackMap locals: org.hibernate.mapping.Table
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
            aload 1 /* logicalTableName */
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.boot.model.naming.PhysicalNamingStrategy.toPhysicalTableName:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)Lorg/hibernate/boot/model/naming/Identifier;
            astore 4 /* physicalTableName */
        start local 4 // org.hibernate.boot.model.naming.Identifier physicalTableName
         4: .line 93
            new org.hibernate.mapping.Table
            dup
            aload 0 /* this */
            aload 4 /* physicalTableName */
            iload 2 /* isAbstract */
            invokespecial org.hibernate.mapping.Table.<init>:(Lorg/hibernate/boot/model/relational/Namespace;Lorg/hibernate/boot/model/naming/Identifier;Z)V
            astore 5 /* table */
        start local 5 // org.hibernate.mapping.Table table
         5: .line 94
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.tables:Ljava/util/Map;
            aload 1 /* logicalTableName */
            aload 5 /* table */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 95
            aload 5 /* table */
            areturn
        end local 5 // org.hibernate.mapping.Table table
        end local 4 // org.hibernate.boot.model.naming.Identifier physicalTableName
        end local 3 // org.hibernate.mapping.Table existing
        end local 2 // boolean isAbstract
        end local 1 // org.hibernate.boot.model.naming.Identifier logicalTableName
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lorg/hibernate/boot/model/relational/Namespace;
            0    7     1   logicalTableName  Lorg/hibernate/boot/model/naming/Identifier;
            0    7     2         isAbstract  Z
            1    7     3           existing  Lorg/hibernate/mapping/Table;
            4    7     4  physicalTableName  Lorg/hibernate/boot/model/naming/Identifier;
            5    7     5              table  Lorg/hibernate/mapping/Table;
    MethodParameters:
                  Name  Flags
      logicalTableName  
      isAbstract        

  public org.hibernate.mapping.DenormalizedTable createDenormalizedTable(org.hibernate.boot.model.naming.Identifier, boolean, org.hibernate.mapping.Table);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;ZLorg/hibernate/mapping/Table;)Lorg/hibernate/mapping/DenormalizedTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // org.hibernate.boot.model.naming.Identifier logicalTableName
        start local 2 // boolean isAbstract
        start local 3 // org.hibernate.mapping.Table includedTable
         0: .line 99
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.tables:Ljava/util/Map;
            aload 1 /* logicalTableName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.mapping.Table
            astore 4 /* existing */
        start local 4 // org.hibernate.mapping.Table existing
         1: .line 100
            aload 4 /* existing */
            ifnull 3
         2: .line 102
            aload 4 /* existing */
            checkcast org.hibernate.mapping.DenormalizedTable
            areturn
         3: .line 105
      StackMap locals: org.hibernate.mapping.Table
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
            aload 1 /* logicalTableName */
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.boot.model.naming.PhysicalNamingStrategy.toPhysicalTableName:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)Lorg/hibernate/boot/model/naming/Identifier;
            astore 5 /* physicalTableName */
        start local 5 // org.hibernate.boot.model.naming.Identifier physicalTableName
         4: .line 106
            new org.hibernate.mapping.DenormalizedTable
            dup
            aload 0 /* this */
            aload 5 /* physicalTableName */
            iload 2 /* isAbstract */
            aload 3 /* includedTable */
            invokespecial org.hibernate.mapping.DenormalizedTable.<init>:(Lorg/hibernate/boot/model/relational/Namespace;Lorg/hibernate/boot/model/naming/Identifier;ZLorg/hibernate/mapping/Table;)V
            astore 6 /* table */
        start local 6 // org.hibernate.mapping.DenormalizedTable table
         5: .line 107
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.tables:Ljava/util/Map;
            aload 1 /* logicalTableName */
            aload 6 /* table */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 108
            aload 6 /* table */
            areturn
        end local 6 // org.hibernate.mapping.DenormalizedTable table
        end local 5 // org.hibernate.boot.model.naming.Identifier physicalTableName
        end local 4 // org.hibernate.mapping.Table existing
        end local 3 // org.hibernate.mapping.Table includedTable
        end local 2 // boolean isAbstract
        end local 1 // org.hibernate.boot.model.naming.Identifier logicalTableName
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lorg/hibernate/boot/model/relational/Namespace;
            0    7     1   logicalTableName  Lorg/hibernate/boot/model/naming/Identifier;
            0    7     2         isAbstract  Z
            0    7     3      includedTable  Lorg/hibernate/mapping/Table;
            1    7     4           existing  Lorg/hibernate/mapping/Table;
            4    7     5  physicalTableName  Lorg/hibernate/boot/model/naming/Identifier;
            5    7     6              table  Lorg/hibernate/mapping/DenormalizedTable;
    MethodParameters:
                  Name  Flags
      logicalTableName  
      isAbstract        
      includedTable     

  public org.hibernate.boot.model.relational.Sequence locateSequence(org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/boot/model/relational/Sequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // org.hibernate.boot.model.naming.Identifier name
         0: .line 112
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.sequences:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.hibernate.boot.model.relational.Sequence
            areturn
        end local 1 // org.hibernate.boot.model.naming.Identifier name
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Namespace;
            0    1     1  name  Lorg/hibernate/boot/model/naming/Identifier;
    MethodParameters:
      Name  Flags
      name  

  public org.hibernate.boot.model.relational.Sequence createSequence(org.hibernate.boot.model.naming.Identifier, int, int);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;II)Lorg/hibernate/boot/model/relational/Sequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // org.hibernate.boot.model.naming.Identifier logicalName
        start local 2 // int initialValue
        start local 3 // int increment
         0: .line 116
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.sequences:Ljava/util/Map;
            aload 1 /* logicalName */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 117
            new org.hibernate.HibernateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Sequence was already registered with that name ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* logicalName */
            invokevirtual org.hibernate.boot.model.naming.Identifier.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.hibernate.HibernateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
            aload 1 /* logicalName */
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.database:Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
            invokeinterface org.hibernate.boot.model.naming.PhysicalNamingStrategy.toPhysicalSequenceName:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)Lorg/hibernate/boot/model/naming/Identifier;
            astore 4 /* physicalName */
        start local 4 // org.hibernate.boot.model.naming.Identifier physicalName
         3: .line 122
            new org.hibernate.boot.model.relational.Sequence
            dup
         4: .line 123
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.physicalName:Lorg/hibernate/boot/model/relational/Namespace$Name;
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.getCatalog:()Lorg/hibernate/boot/model/naming/Identifier;
         5: .line 124
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.physicalName:Lorg/hibernate/boot/model/relational/Namespace$Name;
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.getSchema:()Lorg/hibernate/boot/model/naming/Identifier;
         6: .line 125
            aload 4 /* physicalName */
         7: .line 126
            iload 2 /* initialValue */
         8: .line 127
            iload 3 /* increment */
         9: .line 122
            invokespecial org.hibernate.boot.model.relational.Sequence.<init>:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;II)V
            astore 5 /* sequence */
        start local 5 // org.hibernate.boot.model.relational.Sequence sequence
        10: .line 129
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.sequences:Ljava/util/Map;
            aload 1 /* logicalName */
            aload 5 /* sequence */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 130
            aload 5 /* sequence */
            areturn
        end local 5 // org.hibernate.boot.model.relational.Sequence sequence
        end local 4 // org.hibernate.boot.model.naming.Identifier physicalName
        end local 3 // int increment
        end local 2 // int initialValue
        end local 1 // org.hibernate.boot.model.naming.Identifier logicalName
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/hibernate/boot/model/relational/Namespace;
            0   12     1   logicalName  Lorg/hibernate/boot/model/naming/Identifier;
            0   12     2  initialValue  I
            0   12     3     increment  I
            3   12     4  physicalName  Lorg/hibernate/boot/model/naming/Identifier;
           10   12     5      sequence  Lorg/hibernate/boot/model/relational/Sequence;
    MethodParameters:
              Name  Flags
      logicalName   
      initialValue  
      increment     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Namespace this
         0: .line 135
            new java.lang.StringBuilder
            dup
            ldc "Schema{name="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.name:Lorg/hibernate/boot/model/relational/Namespace$Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Namespace;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.boot.model.relational.Namespace this
        start local 1 // java.lang.Object o
         0: .line 140
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 141
            iconst_1
            ireturn
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 144
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.hibernate.boot.model.relational.Namespace
            astore 2 /* that */
        start local 2 // org.hibernate.boot.model.relational.Namespace that
         5: .line 148
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.name:Lorg/hibernate/boot/model/relational/Namespace$Name;
            aload 2 /* that */
            getfield org.hibernate.boot.model.relational.Namespace.name:Lorg/hibernate/boot/model/relational/Namespace$Name;
            invokestatic org.hibernate.internal.util.compare.EqualsHelper.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.hibernate.boot.model.relational.Namespace that
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/boot/model/relational/Namespace;
            0    6     1     o  Ljava/lang/Object;
            5    6     2  that  Lorg/hibernate/boot/model/relational/Namespace;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Namespace this
         0: .line 153
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.name:Lorg/hibernate/boot/model/relational/Namespace$Name;
            invokevirtual org.hibernate.boot.model.relational.Namespace$Name.hashCode:()I
            ireturn
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Namespace;

  public java.lang.Iterable<org.hibernate.boot.model.relational.Sequence> getSequences();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.relational.Namespace this
         0: .line 157
            aload 0 /* this */
            getfield org.hibernate.boot.model.relational.Namespace.sequences:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            areturn
        end local 0 // org.hibernate.boot.model.relational.Namespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/relational/Namespace;
    Signature: ()Ljava/lang/Iterable<Lorg/hibernate/boot/model/relational/Sequence;>;
}
SourceFile: "Namespace.java"
NestMembers:
  org.hibernate.boot.model.relational.Namespace$ComparableHelper  org.hibernate.boot.model.relational.Namespace$Name
InnerClasses:
  public ComparableHelper = org.hibernate.boot.model.relational.Namespace$ComparableHelper of org.hibernate.boot.model.relational.Namespace
  public Name = org.hibernate.boot.model.relational.Namespace$Name of org.hibernate.boot.model.relational.Namespace