class org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier
  super_class: java.lang.Object
{
  private final java.lang.String entityName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String rootEntityName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Set<java.lang.String> parentEntityNames;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private java.util.Set<java.lang.String> childEntityNames;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier parent;
    descriptor: Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // java.lang.String entityName
        start local 2 // java.lang.String rootEntityName
         0: .line 1048
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1042
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parentEntityNames:Ljava/util/Set;
         2: .line 1044
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.childEntityNames:Ljava/util/Set;
         3: .line 1049
            aload 0 /* this */
            aload 1 /* entityName */
            putfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.entityName:Ljava/lang/String;
         4: .line 1050
            aload 0 /* this */
            aload 2 /* rootEntityName */
            putfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.rootEntityName:Ljava/lang/String;
         5: .line 1051
            return
        end local 2 // java.lang.String rootEntityName
        end local 1 // java.lang.String entityName
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    6     1      entityName  Ljava/lang/String;
            0    6     2  rootEntityName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      entityName      
      rootEntityName  

  public org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier getParent();
    descriptor: ()Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
         0: .line 1054
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            areturn
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;

  public void setParent(org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier parent
         0: .line 1058
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
         1: .line 1059
            return
        end local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier parent
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    2     1  parent  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    MethodParameters:
        Name  Flags
      parent  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // java.lang.Object o
         0: .line 1063
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 1064
            iconst_1
            ireturn
         2: .line 1066
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier
            ifne 4
         3: .line 1067
            iconst_0
            ireturn
         4: .line 1069
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier
            astore 2 /* that */
        start local 2 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier that
         5: .line 1070
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.entityName:Ljava/lang/String;
            aload 2 /* that */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.entityName:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier that
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    6     1     o  Ljava/lang/Object;
            5    6     2  that  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
         0: .line 1075
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.entityName:Ljava/lang/String;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;

  java.lang.String getEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
         0: .line 1079
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.entityName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;

  java.lang.String getRootEntityName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
         0: .line 1083
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.rootEntityName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;

  java.util.Set<java.lang.String> getParentEntityNames();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
         0: .line 1087
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parentEntityNames:Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  java.util.Set<java.lang.String> getChildEntityNames();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
         0: .line 1091
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.childEntityNames:Ljava/util/Set;
            areturn
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  boolean hasAnyParentEntityNames(org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
         0: .line 1095
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parentEntityNames:Ljava/util/Set;
            aload 1 /* batchIdentifier */
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.getEntityName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 1096
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parentEntityNames:Ljava/util/Set;
            aload 1 /* batchIdentifier */
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.getRootEntityName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 1095
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    4     1  batchIdentifier  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    MethodParameters:
                 Name  Flags
      batchIdentifier  

  boolean hasAnyChildEntityNames(org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
         0: .line 1100
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.childEntityNames:Ljava/util/Set;
            aload 1 /* batchIdentifier */
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.getEntityName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    1     1  batchIdentifier  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    MethodParameters:
                 Name  Flags
      batchIdentifier  

  boolean hasParent(org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
         0: .line 1113
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            aload 1 /* batchIdentifier */
            if_acmpeq 4
         1: .line 1114
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parentEntityNames:Ljava/util/Set;
            aload 1 /* batchIdentifier */
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.getEntityName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 4
         2: .line 1115
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            ifnull 3
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            aload 1 /* batchIdentifier */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.hasParent:(Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;Ljava/util/List;)Z
            ifne 4
         3: .line 1112
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    5     1  batchIdentifier  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
    MethodParameters:
                 Name  Flags
      batchIdentifier  

  private boolean hasParent(org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier, java.util.List<org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier>);
    descriptor: (Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;Ljava/util/List;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
        start local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
        start local 2 // java.util.List stack
         0: .line 1120
            aload 2 /* stack */
            aload 0 /* this */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 3
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            ifnull 3
         1: .line 1121
            aload 2 /* stack */
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1122
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            aload 1 /* batchIdentifier */
            aload 2 /* stack */
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.hasParent:(Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;Ljava/util/List;)Z
            ireturn
         3: .line 1125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parent:Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            aload 1 /* batchIdentifier */
            if_acmpeq 6
         4: .line 1126
            aload 0 /* this */
            getfield org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.parentEntityNames:Ljava/util/Set;
            aload 1 /* batchIdentifier */
            invokevirtual org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier.getEntityName:()Ljava/lang/String;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 1124
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
        end local 2 // java.util.List stack
        end local 1 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier batchIdentifier
        end local 0 // org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    7     1  batchIdentifier  Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;
            0    7     2            stack  Ljava/util/List<Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;>;
    Signature: (Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;Ljava/util/List<Lorg/hibernate/engine/spi/ActionQueue$InsertActionSorter$BatchIdentifier;>;)Z
    MethodParameters:
                 Name  Flags
      batchIdentifier  
      stack            
}
SourceFile: "ActionQueue.java"
NestHost: org.hibernate.engine.spi.ActionQueue
InnerClasses:
  private InsertActionSorter = org.hibernate.engine.spi.ActionQueue$InsertActionSorter of org.hibernate.engine.spi.ActionQueue
  private BatchIdentifier = org.hibernate.engine.spi.ActionQueue$InsertActionSorter$BatchIdentifier of org.hibernate.engine.spi.ActionQueue$InsertActionSorter