class org.hibernate.cfg.annotations.TableBinder$1$1 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$1$1
super_class: java.lang.Object
{
private final org.hibernate.boot.model.naming.EntityNaming entityNaming;
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 org.hibernate.boot.model.naming.Identifier val$ownerEntityTableNameIdentifier;
descriptor: Lorg/hibernate/boot/model/naming/Identifier;
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, org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.spi.MetadataBuildingContext);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$1;Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/spi/MetadataBuildingContext;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.hibernate.cfg.annotations.TableBinder$1$1.this$1:Lorg/hibernate/cfg/annotations/TableBinder$1;
aload 0
aload 2
putfield org.hibernate.cfg.annotations.TableBinder$1$1.val$ownerEntityTableNameIdentifier:Lorg/hibernate/boot/model/naming/Identifier;
aload 0
aload 3
putfield org.hibernate.cfg.annotations.TableBinder$1$1.val$buildingContext:Lorg/hibernate/boot/spi/MetadataBuildingContext;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new org.hibernate.cfg.annotations.TableBinder$1$1$1
dup
aload 0
invokespecial org.hibernate.cfg.annotations.TableBinder$1$1$1.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1$1;)V
putfield org.hibernate.cfg.annotations.TableBinder$1$1.entityNaming: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$1$1;
MethodParameters:
Name Flags
this$0 final
val$ownerEntityTableNameIdentifier final
val$buildingContext final
public org.hibernate.boot.model.naming.Identifier getOwningPhysicalTableName();
descriptor: ()Lorg/hibernate/boot/model/naming/Identifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1$1.val$ownerEntityTableNameIdentifier: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$1$1;
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$1$1.entityNaming: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$1$1;
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$1$1.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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$1$1;
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$1$1.val$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$1$1;
static org.hibernate.cfg.annotations.TableBinder$1 access$0(org.hibernate.cfg.annotations.TableBinder$1$1);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$1$1;)Lorg/hibernate/cfg/annotations/TableBinder$1;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1$1.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$1
org.hibernate.cfg.annotations.TableBinder$1$1$1