class org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource implements org.hibernate.cfg.ObjectNameSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource
super_class: java.lang.Object
{
private final java.lang.String explicitName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource this
start local 1 // java.lang.String explicitName
0: .line 765
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 766
aload 0 /* this */
aload 1 /* explicitName */
putfield org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.explicitName:Ljava/lang/String;
2: .line 767
return
end local 1 // java.lang.String explicitName
end local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNameSource;
0 3 1 explicitName Ljava/lang/String;
MethodParameters:
Name Flags
explicitName
public java.lang.String getExplicitName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource this
0: .line 770
aload 0 /* this */
getfield org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.explicitName:Ljava/lang/String;
areturn
end local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNameSource;
public java.lang.String getLogicalName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource this
0: .line 774
aload 0 /* this */
getfield org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.explicitName:Ljava/lang/String;
areturn
end local 0 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNameSource;
}
SourceFile: "EntityBinder.java"
NestHost: org.hibernate.cfg.annotations.EntityBinder
InnerClasses:
private SecondaryTableNameSource = org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource of org.hibernate.cfg.annotations.EntityBinder