class org.hibernate.cfg.annotations.TableBinder$1 implements org.hibernate.boot.model.naming.NamingStrategyHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.cfg.annotations.TableBinder$1
  super_class: java.lang.Object
{
  final org.hibernate.cfg.annotations.TableBinder this$0;
    descriptor: Lorg/hibernate/cfg/annotations/TableBinder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$ownerEntityTableQuoted;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$associatedEntityTableQuoted;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.hibernate.boot.model.naming.Identifier val$ownerEntityTableNameIdentifier;
    descriptor: Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$unquotedOwnerTable;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$unquotedAssocTable;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.cfg.annotations.TableBinder, boolean, boolean, org.hibernate.boot.model.naming.Identifier, java.lang.String, java.lang.String);
    descriptor: (Lorg/hibernate/cfg/annotations/TableBinder;ZZLorg/hibernate/boot/model/naming/Identifier;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
         0: .line 158
            aload 0 /* this */
            aload 1
            putfield org.hibernate.cfg.annotations.TableBinder$1.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
            aload 0 /* this */
            iload 2
            putfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableQuoted:Z
            aload 0 /* this */
            iload 3
            putfield org.hibernate.cfg.annotations.TableBinder$1.val$associatedEntityTableQuoted:Z
            aload 0 /* this */
            aload 4
            putfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableNameIdentifier:Lorg/hibernate/boot/model/naming/Identifier;
            aload 0 /* this */
            aload 5
            putfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedOwnerTable:Ljava/lang/String;
            aload 0 /* this */
            aload 6
            putfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedAssocTable:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1;
    MethodParameters:
                                    Name  Flags
      this$0                              final
      val$ownerEntityTableQuoted          final
      val$associatedEntityTableQuoted     final
      val$ownerEntityTableNameIdentifier  final
      val$unquotedOwnerTable              final
      val$unquotedAssocTable              final

  public org.hibernate.boot.model.naming.Identifier determineImplicitName(org.hibernate.boot.spi.MetadataBuildingContext);
    descriptor: (Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
        start local 1 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
         0: .line 161
            aload 1 /* buildingContext */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getImplicitNamingStrategy:()Lorg/hibernate/boot/model/naming/ImplicitNamingStrategy;
            astore 2 /* namingStrategy */
        start local 2 // org.hibernate.boot.model.naming.ImplicitNamingStrategy namingStrategy
         1: .line 164
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
            getfield org.hibernate.cfg.annotations.TableBinder.isJPA2ElementCollection:Z
            ifeq 6
         2: .line 165
            aload 2 /* namingStrategy */
         3: .line 166
            new org.hibernate.cfg.annotations.TableBinder$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableNameIdentifier:Lorg/hibernate/boot/model/naming/Identifier;
            aload 1 /* buildingContext */
            invokespecial org.hibernate.cfg.annotations.TableBinder$1$1.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1;Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/spi/MetadataBuildingContext;)V
         4: .line 165
            invokeinterface org.hibernate.boot.model.naming.ImplicitNamingStrategy.determineCollectionTableName:(Lorg/hibernate/boot/model/naming/ImplicitCollectionTableNameSource;)Lorg/hibernate/boot/model/naming/Identifier;
            astore 3 /* name */
        start local 3 // org.hibernate.boot.model.naming.Identifier name
         5: .line 205
            goto 9
        end local 3 // org.hibernate.boot.model.naming.Identifier name
         6: .line 207
      StackMap locals: org.hibernate.boot.model.naming.ImplicitNamingStrategy
      StackMap stack:
            aload 2 /* namingStrategy */
         7: .line 208
            new org.hibernate.cfg.annotations.TableBinder$1$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedOwnerTable:Ljava/lang/String;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedAssocTable:Ljava/lang/String;
            aload 1 /* buildingContext */
            invokespecial org.hibernate.cfg.annotations.TableBinder$1$2.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1;Ljava/lang/String;Ljava/lang/String;Lorg/hibernate/boot/spi/MetadataBuildingContext;)V
         8: .line 207
            invokeinterface org.hibernate.boot.model.naming.ImplicitNamingStrategy.determineJoinTableName:(Lorg/hibernate/boot/model/naming/ImplicitJoinTableNameSource;)Lorg/hibernate/boot/model/naming/Identifier;
            astore 3 /* name */
        start local 3 // org.hibernate.boot.model.naming.Identifier name
         9: .line 276
      StackMap locals: org.hibernate.boot.model.naming.Identifier
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableQuoted:Z
            ifne 10
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1.val$associatedEntityTableQuoted:Z
            ifeq 11
        10: .line 277
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            invokestatic org.hibernate.boot.model.naming.Identifier.quote:(Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/boot/model/naming/Identifier;
            astore 3 /* name */
        11: .line 280
      StackMap locals:
      StackMap stack:
            aload 3 /* name */
            areturn
        end local 3 // org.hibernate.boot.model.naming.Identifier name
        end local 2 // org.hibernate.boot.model.naming.ImplicitNamingStrategy namingStrategy
        end local 1 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/hibernate/cfg/annotations/TableBinder$1;
            0   12     1  buildingContext  Lorg/hibernate/boot/spi/MetadataBuildingContext;
            1   12     2   namingStrategy  Lorg/hibernate/boot/model/naming/ImplicitNamingStrategy;
            5    6     3             name  Lorg/hibernate/boot/model/naming/Identifier;
            9   12     3             name  Lorg/hibernate/boot/model/naming/Identifier;
    MethodParameters:
                 Name  Flags
      buildingContext  final

  public org.hibernate.boot.model.naming.Identifier handleExplicitName(java.lang.String, org.hibernate.boot.spi.MetadataBuildingContext);
    descriptor: (Ljava/lang/String;Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
        start local 1 // java.lang.String explicitName
        start local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
         0: .line 286
            aload 2 /* buildingContext */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getMetadataCollector:()Lorg/hibernate/boot/spi/InFlightMetadataCollector;
            invokeinterface org.hibernate.boot.spi.InFlightMetadataCollector.getDatabase:()Lorg/hibernate/boot/model/relational/Database;
            aload 1 /* explicitName */
            invokevirtual org.hibernate.boot.model.relational.Database.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
            areturn
        end local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        end local 1 // java.lang.String explicitName
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/cfg/annotations/TableBinder$1;
            0    1     1     explicitName  Ljava/lang/String;
            0    1     2  buildingContext  Lorg/hibernate/boot/spi/MetadataBuildingContext;
    MethodParameters:
                 Name  Flags
      explicitName     
      buildingContext  

  public org.hibernate.boot.model.naming.Identifier toPhysicalName(org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.spi.MetadataBuildingContext);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
        start local 1 // org.hibernate.boot.model.naming.Identifier logicalName
        start local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
         0: .line 291
            aload 2 /* buildingContext */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
            invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
         1: .line 292
            aload 1 /* logicalName */
         2: .line 293
            aload 2 /* buildingContext */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getMetadataCollector:()Lorg/hibernate/boot/spi/InFlightMetadataCollector;
            invokeinterface org.hibernate.boot.spi.InFlightMetadataCollector.getDatabase:()Lorg/hibernate/boot/model/relational/Database;
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
         3: .line 291
            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;
            areturn
        end local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        end local 1 // org.hibernate.boot.model.naming.Identifier logicalName
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/hibernate/cfg/annotations/TableBinder$1;
            0    4     1      logicalName  Lorg/hibernate/boot/model/naming/Identifier;
            0    4     2  buildingContext  Lorg/hibernate/boot/spi/MetadataBuildingContext;
    MethodParameters:
                 Name  Flags
      logicalName      
      buildingContext  

  static org.hibernate.cfg.annotations.TableBinder access$0(org.hibernate.cfg.annotations.TableBinder$1);
    descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$1;)Lorg/hibernate/cfg/annotations/TableBinder;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 158
            aload 0
            getfield org.hibernate.cfg.annotations.TableBinder$1.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TableBinder.java"
EnclosingMethod: org.hibernate.cfg.annotations.TableBinder.bind:()Lorg/hibernate/mapping/Table;
NestHost: org.hibernate.cfg.annotations.TableBinder
InnerClasses:
  org.hibernate.cfg.annotations.TableBinder$1
  org.hibernate.cfg.annotations.TableBinder$1$1
  org.hibernate.cfg.annotations.TableBinder$1$2