public class org.hibernate.cfg.JoinedSubclassFkSecondPass extends org.hibernate.cfg.FkSecondPass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.JoinedSubclassFkSecondPass
  super_class: org.hibernate.cfg.FkSecondPass
{
  private org.hibernate.mapping.JoinedSubclass entity;
    descriptor: Lorg/hibernate/mapping/JoinedSubclass;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.cfg.Mappings mappings;
    descriptor: Lorg/hibernate/cfg/Mappings;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.hibernate.mapping.JoinedSubclass, org.hibernate.cfg.Ejb3JoinColumn[], org.hibernate.mapping.SimpleValue, org.hibernate.cfg.Mappings);
    descriptor: (Lorg/hibernate/mapping/JoinedSubclass;[Lorg/hibernate/cfg/Ejb3JoinColumn;Lorg/hibernate/mapping/SimpleValue;Lorg/hibernate/cfg/Mappings;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
        start local 1 // org.hibernate.mapping.JoinedSubclass entity
        start local 2 // org.hibernate.cfg.Ejb3JoinColumn[] inheritanceJoinedColumns
        start local 3 // org.hibernate.mapping.SimpleValue key
        start local 4 // org.hibernate.cfg.Mappings mappings
         0: .line 45
            aload 0 /* this */
            aload 3 /* key */
            aload 2 /* inheritanceJoinedColumns */
            invokespecial org.hibernate.cfg.FkSecondPass.<init>:(Lorg/hibernate/mapping/SimpleValue;[Lorg/hibernate/cfg/Ejb3JoinColumn;)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* entity */
            putfield org.hibernate.cfg.JoinedSubclassFkSecondPass.entity:Lorg/hibernate/mapping/JoinedSubclass;
         2: .line 47
            aload 0 /* this */
            aload 4 /* mappings */
            putfield org.hibernate.cfg.JoinedSubclassFkSecondPass.mappings:Lorg/hibernate/cfg/Mappings;
         3: .line 48
            return
        end local 4 // org.hibernate.cfg.Mappings mappings
        end local 3 // org.hibernate.mapping.SimpleValue key
        end local 2 // org.hibernate.cfg.Ejb3JoinColumn[] inheritanceJoinedColumns
        end local 1 // org.hibernate.mapping.JoinedSubclass entity
        end local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    4     0                      this  Lorg/hibernate/cfg/JoinedSubclassFkSecondPass;
            0    4     1                    entity  Lorg/hibernate/mapping/JoinedSubclass;
            0    4     2  inheritanceJoinedColumns  [Lorg/hibernate/cfg/Ejb3JoinColumn;
            0    4     3                       key  Lorg/hibernate/mapping/SimpleValue;
            0    4     4                  mappings  Lorg/hibernate/cfg/Mappings;
    MethodParameters:
                          Name  Flags
      entity                    
      inheritanceJoinedColumns  
      key                       
      mappings                  

  public java.lang.String getReferencedEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
         0: .line 51
            aload 0 /* this */
            getfield org.hibernate.cfg.JoinedSubclassFkSecondPass.entity:Lorg/hibernate/mapping/JoinedSubclass;
            invokevirtual org.hibernate.mapping.JoinedSubclass.getSuperclass:()Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/JoinedSubclassFkSecondPass;

  public boolean isInPrimaryKey();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
         0: .line 55
            iconst_1
            ireturn
        end local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/JoinedSubclassFkSecondPass;

  public void doSecondPass(java.util.Map);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
        start local 1 // java.util.Map persistentClasses
         0: .line 59
            aload 0 /* this */
            getfield org.hibernate.cfg.JoinedSubclassFkSecondPass.entity:Lorg/hibernate/mapping/JoinedSubclass;
            invokevirtual org.hibernate.mapping.JoinedSubclass.getSuperclass:()Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.JoinedSubclassFkSecondPass.entity:Lorg/hibernate/mapping/JoinedSubclass;
            aload 0 /* this */
            getfield org.hibernate.cfg.JoinedSubclassFkSecondPass.columns:[Lorg/hibernate/cfg/Ejb3JoinColumn;
            aload 0 /* this */
            getfield org.hibernate.cfg.JoinedSubclassFkSecondPass.value:Lorg/hibernate/mapping/SimpleValue;
            iconst_0
            aload 0 /* this */
            getfield org.hibernate.cfg.JoinedSubclassFkSecondPass.mappings:Lorg/hibernate/cfg/Mappings;
            invokestatic org.hibernate.cfg.annotations.TableBinder.bindFk:(Lorg/hibernate/mapping/PersistentClass;Lorg/hibernate/mapping/PersistentClass;[Lorg/hibernate/cfg/Ejb3JoinColumn;Lorg/hibernate/mapping/SimpleValue;ZLorg/hibernate/cfg/Mappings;)V
         1: .line 60
            return
        end local 1 // java.util.Map persistentClasses
        end local 0 // org.hibernate.cfg.JoinedSubclassFkSecondPass this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/hibernate/cfg/JoinedSubclassFkSecondPass;
            0    2     1  persistentClasses  Ljava/util/Map;
    Exceptions:
      throws org.hibernate.MappingException
    MethodParameters:
                   Name  Flags
      persistentClasses  
}
SourceFile: "JoinedSubclassFkSecondPass.java"