class org.hibernate.cfg.annotations.TableBinder$2 implements org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.cfg.annotations.TableBinder$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
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$2.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new org.hibernate.cfg.annotations.TableBinder$2$1
dup
aload 0
invokespecial org.hibernate.cfg.annotations.TableBinder$2$1.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$2;)V
putfield org.hibernate.cfg.annotations.TableBinder$2.owningEntityNaming:Lorg/hibernate/boot/model/naming/EntityNaming;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/hibernate/cfg/annotations/TableBinder$2;
MethodParameters:
Name Flags
this$0 final
public org.hibernate.boot.model.naming.Identifier getOwningPhysicalTableName();
descriptor: ()Lorg/hibernate/boot/model/naming/Identifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$2.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
aload 0
getfield org.hibernate.cfg.annotations.TableBinder$2.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
getfield org.hibernate.cfg.annotations.TableBinder.ownerEntityTable:Ljava/lang/String;
invokevirtual org.hibernate.cfg.annotations.TableBinder.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$2.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$2;
public org.hibernate.boot.model.source.spi.AttributePath getOwningAttributePath();
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$2.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$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 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$2.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$2;
static org.hibernate.cfg.annotations.TableBinder access$0(org.hibernate.cfg.annotations.TableBinder$2);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$2;)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$2.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$2
org.hibernate.cfg.annotations.TableBinder$2$1