class org.hibernate.cfg.annotations.TableBinder$1$2 implements org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.cfg.annotations.TableBinder$1$2
  super_class: java.lang.Object
{
  private final org.hibernate.boot.model.naming.EntityNaming owningEntityNaming;
    descriptor: Lorg/hibernate/boot/model/naming/EntityNaming;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.boot.model.naming.EntityNaming nonOwningEntityNaming;
    descriptor: Lorg/hibernate/boot/model/naming/EntityNaming;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.hibernate.cfg.annotations.TableBinder$1 this$1;
    descriptor: Lorg/hibernate/cfg/annotations/TableBinder$1;
    flags: (0x1010) 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

  private final org.hibernate.boot.spi.MetadataBuildingContext val$buildingContext;
    descriptor: Lorg/hibernate/boot/spi/MetadataBuildingContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.cfg.annotations.TableBinder$1, java.lang.String, java.lang.String, org.hibernate.boot.spi.MetadataBuildingContext);
    descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$1;Ljava/lang/String;Ljava/lang/String;Lorg/hibernate/boot/spi/MetadataBuildingContext;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 208
            aload 0 /* this */
            aload 1
            putfield org.hibernate.cfg.annotations.TableBinder$1$2.this$1:Lorg/hibernate/cfg/annotations/TableBinder$1;
            aload 0 /* this */
            aload 2
            putfield org.hibernate.cfg.annotations.TableBinder$1$2.val$unquotedOwnerTable:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            putfield org.hibernate.cfg.annotations.TableBinder$1$2.val$unquotedAssocTable:Ljava/lang/String;
            aload 0 /* this */
            aload 4
            putfield org.hibernate.cfg.annotations.TableBinder$1$2.val$buildingContext:Lorg/hibernate/boot/spi/MetadataBuildingContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 209
            aload 0 /* this */
            new org.hibernate.cfg.annotations.TableBinder$1$2$1
            dup
            aload 0 /* this */
            invokespecial org.hibernate.cfg.annotations.TableBinder$1$2$1.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1$2;)V
            putfield org.hibernate.cfg.annotations.TableBinder$1$2.owningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
         2: .line 226
            aload 0 /* this */
            new org.hibernate.cfg.annotations.TableBinder$1$2$2
            dup
            aload 0 /* this */
            invokespecial org.hibernate.cfg.annotations.TableBinder$1$2$2.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1$2;)V
            putfield org.hibernate.cfg.annotations.TableBinder$1$2.nonOwningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
         3: .line 208
            return
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;
    MethodParameters:
                        Name  Flags
      this$0                  final
      val$unquotedOwnerTable  final
      val$unquotedAssocTable  final
      val$buildingContext     final

  public java.lang.String getOwningPhysicalTableName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 245
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.val$unquotedOwnerTable:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;

  public org.hibernate.boot.model.naming.EntityNaming getOwningEntityNaming();
    descriptor: ()Lorg/hibernate/boot/model/naming/EntityNaming;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 250
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.owningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;

  public java.lang.String getNonOwningPhysicalTableName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 255
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.val$unquotedAssocTable:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;

  public org.hibernate.boot.model.naming.EntityNaming getNonOwningEntityNaming();
    descriptor: ()Lorg/hibernate/boot/model/naming/EntityNaming;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 260
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.nonOwningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;

  public org.hibernate.boot.model.source.spi.AttributePath getAssociationOwningAttributePath();
    descriptor: ()Lorg/hibernate/boot/model/source/spi/AttributePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 265
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.this$1:Lorg/hibernate/cfg/annotations/TableBinder$1;
            invokestatic org.hibernate.cfg.annotations.TableBinder$1.access$0:(Lorg/hibernate/cfg/annotations/TableBinder$1;)Lorg/hibernate/cfg/annotations/TableBinder;
            getfield org.hibernate.cfg.annotations.TableBinder.propertyName:Ljava/lang/String;
            invokestatic org.hibernate.boot.model.source.spi.AttributePath.parse:(Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AttributePath;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;

  public org.hibernate.boot.spi.MetadataBuildingContext getBuildingContext();
    descriptor: ()Lorg/hibernate/boot/spi/MetadataBuildingContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
         0: .line 270
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.val$buildingContext:Lorg/hibernate/boot/spi/MetadataBuildingContext;
            areturn
        end local 0 // org.hibernate.cfg.annotations.TableBinder$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/TableBinder$1$2;

  static org.hibernate.cfg.annotations.TableBinder$1 access$0(org.hibernate.cfg.annotations.TableBinder$1$2);
    descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$1$2;)Lorg/hibernate/cfg/annotations/TableBinder$1;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 208
            aload 0
            getfield org.hibernate.cfg.annotations.TableBinder$1$2.this$1:Lorg/hibernate/cfg/annotations/TableBinder$1;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TableBinder.java"
EnclosingMethod: org.hibernate.cfg.annotations.TableBinder$1.determineImplicitName:(Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
NestHost: org.hibernate.cfg.annotations.TableBinder
InnerClasses:
  org.hibernate.cfg.annotations.TableBinder$1
  org.hibernate.cfg.annotations.TableBinder$1$2
  org.hibernate.cfg.annotations.TableBinder$1$2$1
  org.hibernate.cfg.annotations.TableBinder$1$2$2