class org.hibernate.cfg.annotations.TableBinder$3 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$3
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 this$0;
descriptor: Lorg/hibernate/cfg/annotations/TableBinder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.hibernate.cfg.annotations.TableBinder);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.hibernate.cfg.annotations.TableBinder$3.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new org.hibernate.cfg.annotations.TableBinder$3$1
dup
aload 0
invokespecial org.hibernate.cfg.annotations.TableBinder$3$1.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$3;)V
putfield org.hibernate.cfg.annotations.TableBinder$3.owningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
2: aload 0
new org.hibernate.cfg.annotations.TableBinder$3$2
dup
aload 0
invokespecial org.hibernate.cfg.annotations.TableBinder$3$2.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$3;)V
putfield org.hibernate.cfg.annotations.TableBinder$3.nonOwningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
MethodParameters:
Name Flags
this$0 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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
getfield org.hibernate.cfg.annotations.TableBinder.ownerEntityTable:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.owningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
public java.lang.String getNonOwningPhysicalTableName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
getfield org.hibernate.cfg.annotations.TableBinder.associatedEntityTable:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.nonOwningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.this$0: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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
getfield org.hibernate.cfg.annotations.TableBinder.buildingContext:Lorg/hibernate/boot/spi/MetadataBuildingContext;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$3;
static org.hibernate.cfg.annotations.TableBinder access$0(org.hibernate.cfg.annotations.TableBinder$3);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$3;)Lorg/hibernate/cfg/annotations/TableBinder;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$3.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "TableBinder.java"
EnclosingMethod: org.hibernate.cfg.annotations.TableBinder.buildNameContext:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/ObjectNameSource;
NestHost: org.hibernate.cfg.annotations.TableBinder
InnerClasses:
org.hibernate.cfg.annotations.TableBinder$3
org.hibernate.cfg.annotations.TableBinder$3$1
org.hibernate.cfg.annotations.TableBinder$3$2