class org.hibernate.cfg.annotations.TableBinder$1 implements org.hibernate.boot.model.naming.NamingStrategyHelper
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.hibernate.cfg.annotations.TableBinder$1
super_class: java.lang.Object
{
final org.hibernate.cfg.annotations.TableBinder this$0;
descriptor: Lorg/hibernate/cfg/annotations/TableBinder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final boolean val$ownerEntityTableQuoted;
descriptor: Z
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final boolean val$associatedEntityTableQuoted;
descriptor: Z
flags: (0x1012) ACC_PRIVATE, 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 java.lang.String val$unquotedOwnerTable;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$unquotedAssocTable;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.hibernate.cfg.annotations.TableBinder, boolean, boolean, org.hibernate.boot.model.naming.Identifier, java.lang.String, java.lang.String);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder;ZZLorg/hibernate/boot/model/naming/Identifier;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=7, args_size=7
start local 0 0: aload 0
aload 1
putfield org.hibernate.cfg.annotations.TableBinder$1.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
aload 0
iload 2
putfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableQuoted:Z
aload 0
iload 3
putfield org.hibernate.cfg.annotations.TableBinder$1.val$associatedEntityTableQuoted:Z
aload 0
aload 4
putfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableNameIdentifier:Lorg/hibernate/boot/model/naming/Identifier;
aload 0
aload 5
putfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedOwnerTable:Ljava/lang/String;
aload 0
aload 6
putfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedAssocTable:Ljava/lang/String;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$1;
MethodParameters:
Name Flags
this$0 final
val$ownerEntityTableQuoted final
val$associatedEntityTableQuoted final
val$ownerEntityTableNameIdentifier final
val$unquotedOwnerTable final
val$unquotedAssocTable final
public org.hibernate.boot.model.naming.Identifier determineImplicitName(org.hibernate.boot.spi.MetadataBuildingContext);
descriptor: (Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getImplicitNamingStrategy:()Lorg/hibernate/boot/model/naming/ImplicitNamingStrategy;
astore 2
start local 2 1: aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
getfield org.hibernate.cfg.annotations.TableBinder.isJPA2ElementCollection:Z
ifeq 6
2: aload 2
3: new org.hibernate.cfg.annotations.TableBinder$1$1
dup
aload 0
aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableNameIdentifier:Lorg/hibernate/boot/model/naming/Identifier;
aload 1
invokespecial org.hibernate.cfg.annotations.TableBinder$1$1.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1;Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/spi/MetadataBuildingContext;)V
4: invokeinterface org.hibernate.boot.model.naming.ImplicitNamingStrategy.determineCollectionTableName:(Lorg/hibernate/boot/model/naming/ImplicitCollectionTableNameSource;)Lorg/hibernate/boot/model/naming/Identifier;
astore 3
start local 3 5: goto 9
end local 3 6: StackMap locals: org.hibernate.boot.model.naming.ImplicitNamingStrategy
StackMap stack:
aload 2
7: new org.hibernate.cfg.annotations.TableBinder$1$2
dup
aload 0
aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedOwnerTable:Ljava/lang/String;
aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1.val$unquotedAssocTable:Ljava/lang/String;
aload 1
invokespecial org.hibernate.cfg.annotations.TableBinder$1$2.<init>:(Lorg/hibernate/cfg/annotations/TableBinder$1;Ljava/lang/String;Ljava/lang/String;Lorg/hibernate/boot/spi/MetadataBuildingContext;)V
8: invokeinterface org.hibernate.boot.model.naming.ImplicitNamingStrategy.determineJoinTableName:(Lorg/hibernate/boot/model/naming/ImplicitJoinTableNameSource;)Lorg/hibernate/boot/model/naming/Identifier;
astore 3
start local 3 9: StackMap locals: org.hibernate.boot.model.naming.Identifier
StackMap stack:
aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1.val$ownerEntityTableQuoted:Z
ifne 10
aload 0
getfield org.hibernate.cfg.annotations.TableBinder$1.val$associatedEntityTableQuoted:Z
ifeq 11
10: StackMap locals:
StackMap stack:
aload 3
invokestatic org.hibernate.boot.model.naming.Identifier.quote:(Lorg/hibernate/boot/model/naming/Identifier;)Lorg/hibernate/boot/model/naming/Identifier;
astore 3
11: StackMap locals:
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/hibernate/cfg/annotations/TableBinder$1;
0 12 1 buildingContext Lorg/hibernate/boot/spi/MetadataBuildingContext;
1 12 2 namingStrategy Lorg/hibernate/boot/model/naming/ImplicitNamingStrategy;
5 6 3 name Lorg/hibernate/boot/model/naming/Identifier;
9 12 3 name Lorg/hibernate/boot/model/naming/Identifier;
MethodParameters:
Name Flags
buildingContext final
public org.hibernate.boot.model.naming.Identifier handleExplicitName(java.lang.String, org.hibernate.boot.spi.MetadataBuildingContext);
descriptor: (Ljava/lang/String;Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getMetadataCollector:()Lorg/hibernate/boot/spi/InFlightMetadataCollector;
invokeinterface org.hibernate.boot.spi.InFlightMetadataCollector.getDatabase:()Lorg/hibernate/boot/model/relational/Database;
aload 1
invokevirtual org.hibernate.boot.model.relational.Database.toIdentifier:(Ljava/lang/String;)Lorg/hibernate/boot/model/naming/Identifier;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cfg/annotations/TableBinder$1;
0 1 1 explicitName Ljava/lang/String;
0 1 2 buildingContext Lorg/hibernate/boot/spi/MetadataBuildingContext;
MethodParameters:
Name Flags
explicitName
buildingContext
public org.hibernate.boot.model.naming.Identifier toPhysicalName(org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.spi.MetadataBuildingContext);
descriptor: (Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/spi/MetadataBuildingContext;)Lorg/hibernate/boot/model/naming/Identifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getBuildingOptions:()Lorg/hibernate/boot/spi/MetadataBuildingOptions;
invokeinterface org.hibernate.boot.spi.MetadataBuildingOptions.getPhysicalNamingStrategy:()Lorg/hibernate/boot/model/naming/PhysicalNamingStrategy;
1: aload 1
2: aload 2
invokeinterface org.hibernate.boot.spi.MetadataBuildingContext.getMetadataCollector:()Lorg/hibernate/boot/spi/InFlightMetadataCollector;
invokeinterface org.hibernate.boot.spi.InFlightMetadataCollector.getDatabase:()Lorg/hibernate/boot/model/relational/Database;
invokevirtual org.hibernate.boot.model.relational.Database.getJdbcEnvironment:()Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;
3: invokeinterface org.hibernate.boot.model.naming.PhysicalNamingStrategy.toPhysicalTableName:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/engine/jdbc/env/spi/JdbcEnvironment;)Lorg/hibernate/boot/model/naming/Identifier;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/hibernate/cfg/annotations/TableBinder$1;
0 4 1 logicalName Lorg/hibernate/boot/model/naming/Identifier;
0 4 2 buildingContext Lorg/hibernate/boot/spi/MetadataBuildingContext;
MethodParameters:
Name Flags
logicalName
buildingContext
static org.hibernate.cfg.annotations.TableBinder access$0(org.hibernate.cfg.annotations.TableBinder$1);
descriptor: (Lorg/hibernate/cfg/annotations/TableBinder$1;)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$1.this$0:Lorg/hibernate/cfg/annotations/TableBinder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "TableBinder.java"
EnclosingMethod: org.hibernate.cfg.annotations.TableBinder.bind:()Lorg/hibernate/mapping/Table;
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$2