class org.hibernate.cfg.annotations.TableBinder$2$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.TableBinder$2$1
  super_class: java.lang.Object
{
  final org.hibernate.cfg.annotations.TableBinder$2 this$1;
    descriptor: Lorg/hibernate/cfg/annotations/TableBinder$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.cfg.annotations.TableBinder$2);
    descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$2;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.TableBinder$2$1 this
         0: .line 332
            aload 0 /* this */
            aload 1
            putfield org.hibernate.cfg.annotations.TableBinder$2$1.this$1:Lorg/hibernate/cfg/annotations/TableBinder$2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.cfg.annotations.TableBinder$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$2$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.TableBinder$2$1 this
         0: .line 335
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$2$1.this$1:Lorg/hibernate/cfg/annotations/TableBinder$2;
            invokestatic org.hibernate.cfg.annotations.TableBinder$2.access$0:(Lorg/hibernate/cfg/annotations/TableBinder$2;)Lorg/hibernate/cfg/annotations/TableBinder;
            getfield org.hibernate.cfg.annotations.TableBinder.ownerClassName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$2$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.TableBinder$2$1 this
         0: .line 340
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$2$1.this$1:Lorg/hibernate/cfg/annotations/TableBinder$2;
            invokestatic org.hibernate.cfg.annotations.TableBinder$2.access$0:(Lorg/hibernate/cfg/annotations/TableBinder$2;)Lorg/hibernate/cfg/annotations/TableBinder;
            getfield org.hibernate.cfg.annotations.TableBinder.ownerEntity:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$2$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.TableBinder$2$1 this
         0: .line 345
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$2$1.this$1:Lorg/hibernate/cfg/annotations/TableBinder$2;
            invokestatic org.hibernate.cfg.annotations.TableBinder$2.access$0:(Lorg/hibernate/cfg/annotations/TableBinder$2;)Lorg/hibernate/cfg/annotations/TableBinder;
            getfield org.hibernate.cfg.annotations.TableBinder.ownerJpaEntity:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$2$1;
}
SourceFile: "TableBinder.java"
EnclosingMethod: org.hibernate.cfg.annotations.TableBinder$2
NestHost: org.hibernate.cfg.annotations.TableBinder
InnerClasses:
  org.hibernate.cfg.annotations.TableBinder$2
  org.hibernate.cfg.annotations.TableBinder$2$1