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

  void <init>(org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1);
    descriptor: (Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
         0: .line 758
            aload 0 /* this */
            aload 1
            putfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1.this$2:Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String getClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
         0: .line 761
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1.this$2:Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;
            invokestatic org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1.access$0:(Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;)Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper;
            getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper.className:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1$1;

  public java.lang.String getEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
         0: .line 766
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1.this$2:Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;
            invokestatic org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1.access$0:(Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;)Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper;
            getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper.entityName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1$1;

  public java.lang.String getJpaEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
         0: .line 771
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1.this$2:Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;
            invokestatic org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1.access$0:(Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1;)Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper;
            getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper.jpaEntityName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper$1$1;
}
SourceFile: "EntityBinder.java"
EnclosingMethod: org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1
NestHost: org.hibernate.cfg.annotations.EntityBinder
InnerClasses:
  private EntityTableNamingStrategyHelper = org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper of org.hibernate.cfg.annotations.EntityBinder
  org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1
  org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper$1$1