class org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource implements org.hibernate.cfg.ObjectNameSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource
super_class: java.lang.Object
{
private final java.lang.String explicitName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String logicalName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource this
start local 1 // java.lang.String explicitName
start local 2 // java.lang.String entityName
0: .line 728
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 729
aload 0 /* this */
aload 1 /* explicitName */
putfield org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.explicitName:Ljava/lang/String;
2: .line 730
aload 0 /* this */
aload 1 /* explicitName */
invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
ifeq 4
3: .line 731
aload 1 /* explicitName */
goto 5
4: .line 732
StackMap locals: org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource java.lang.String java.lang.String
StackMap stack: org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource
aload 2 /* entityName */
invokestatic org.hibernate.internal.util.StringHelper.unqualify:(Ljava/lang/String;)Ljava/lang/String;
5: .line 730
StackMap locals: org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource java.lang.String java.lang.String
StackMap stack: org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource java.lang.String
putfield org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.logicalName:Ljava/lang/String;
6: .line 733
return
end local 2 // java.lang.String entityName
end local 1 // java.lang.String explicitName
end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableObjectNameSource;
0 7 1 explicitName Ljava/lang/String;
0 7 2 entityName Ljava/lang/String;
MethodParameters:
Name Flags
explicitName
entityName
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$EntityTableObjectNameSource this
0: .line 736
aload 0 /* this */
getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.explicitName:Ljava/lang/String;
areturn
end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableObjectNameSource;
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$EntityTableObjectNameSource this
0: .line 740
aload 0 /* this */
getfield org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.logicalName:Ljava/lang/String;
areturn
end local 0 // org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableObjectNameSource;
}
SourceFile: "EntityBinder.java"
NestHost: org.hibernate.cfg.annotations.EntityBinder
InnerClasses:
private EntityTableObjectNameSource = org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource of org.hibernate.cfg.annotations.EntityBinder