class org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper implements org.hibernate.boot.model.naming.NamingStrategyHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper this
         0: .line 1060
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;

  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=1, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper this
        start local 1 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
         0: .line 1064
            aconst_null
            areturn
        end local 1 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;
            0    1     1  buildingContext  Lorg/hibernate/boot/spi/MetadataBuildingContext;
    MethodParameters:
                 Name  Flags
      buildingContext  

  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.EntityBinder$SecondaryTableNamingStrategyHelper this
        start local 1 // java.lang.String explicitName
        start local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
         0: .line 1069
            aload 2 /* buildingContext */
            invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getMetadataCollector:()Lorg/hibernate/boot/spi/InFlightMetadataCollector;
         1: .line 1070
            invokeinterface org.hibernate.boot.spi.InFlightMetadataCollector.getDatabase:()Lorg/hibernate/boot/model/relational/Database;
         2: .line 1071
            invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
         3: .line 1072
            invokeinterface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment.getIdentifierHelper:()Lorg/hibernate/engine/jdbc/env/spi/IdentifierHelper;
         4: .line 1073
            aload 1 /* explicitName */
            invokeinterface org.hibernate.engine.jdbc.env.spi.IdentifierHelper.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
         5: .line 1069
            areturn
        end local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        end local 1 // java.lang.String explicitName
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;
            0    6     1     explicitName  Ljava/lang/String;
            0    6     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.EntityBinder$SecondaryTableNamingStrategyHelper this
        start local 1 // org.hibernate.boot.model.naming.Identifier logicalName
        start local 2 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
         0: .line 1078
            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 1079
            aload 1 /* logicalName */
         2: .line 1080
            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 1078
            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.EntityBinder$SecondaryTableNamingStrategyHelper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;
            0    4     1      logicalName  Lorg/hibernate/boot/model/naming/Identifier;
            0    4     2  buildingContext  Lorg/hibernate/boot/spi/MetadataBuildingContext;
    MethodParameters:
                 Name  Flags
      logicalName      
      buildingContext  
}
SourceFile: "EntityBinder.java"
NestHost: org.hibernate.cfg.annotations.EntityBinder
InnerClasses:
  private SecondaryTableNamingStrategyHelper = org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper of org.hibernate.cfg.annotations.EntityBinder