public final class org.hibernate.action.internal.CollectionUpdateAction extends org.hibernate.action.internal.CollectionAction
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.action.internal.CollectionUpdateAction
  super_class: org.hibernate.action.internal.CollectionAction
{
  private final boolean emptySnapshot;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.hibernate.collection.spi.PersistentCollection, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable, boolean, org.hibernate.engine.spi.SharedSessionContractImplementor);
    descriptor: (Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/persister/collection/CollectionPersister;Ljava/io/Serializable;ZLorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.hibernate.action.internal.CollectionUpdateAction this
        start local 1 // org.hibernate.collection.spi.PersistentCollection collection
        start local 2 // org.hibernate.persister.collection.CollectionPersister persister
        start local 3 // java.io.Serializable id
        start local 4 // boolean emptySnapshot
        start local 5 // org.hibernate.engine.spi.SharedSessionContractImplementor session
         0: .line 45
            aload 0 /* this */
            aload 2 /* persister */
            aload 1 /* collection */
            aload 3 /* id */
            aload 5 /* session */
            invokespecial org.hibernate.action.internal.CollectionAction.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
         1: .line 46
            aload 0 /* this */
            iload 4 /* emptySnapshot */
            putfield org.hibernate.action.internal.CollectionUpdateAction.emptySnapshot:Z
         2: .line 47
            return
        end local 5 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        end local 4 // boolean emptySnapshot
        end local 3 // java.io.Serializable id
        end local 2 // org.hibernate.persister.collection.CollectionPersister persister
        end local 1 // org.hibernate.collection.spi.PersistentCollection collection
        end local 0 // org.hibernate.action.internal.CollectionUpdateAction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/hibernate/action/internal/CollectionUpdateAction;
            0    3     1     collection  Lorg/hibernate/collection/spi/PersistentCollection;
            0    3     2      persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    3     3             id  Ljava/io/Serializable;
            0    3     4  emptySnapshot  Z
            0    3     5        session  Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
    MethodParameters:
               Name  Flags
      collection     final
      persister      final
      id             final
      emptySnapshot  final
      session        final

  public void execute();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // org.hibernate.action.internal.CollectionUpdateAction this
         0: .line 51
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getKey:()Ljava/io/Serializable;
            astore 1 /* id */
        start local 1 // java.io.Serializable id
         1: .line 52
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            astore 2 /* session */
        start local 2 // org.hibernate.engine.spi.SharedSessionContractImplementor session
         2: .line 53
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            astore 3 /* persister */
        start local 3 // org.hibernate.persister.collection.CollectionPersister persister
         3: .line 54
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
            astore 4 /* collection */
        start local 4 // org.hibernate.collection.spi.PersistentCollection collection
         4: .line 55
            aload 3 /* persister */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.isAffectedByEnabledFilters:(Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Z
            istore 5 /* affectedByFilters */
        start local 5 // boolean affectedByFilters
         5: .line 57
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.preUpdate:()V
         6: .line 59
            aload 4 /* collection */
            invokeinterface org.hibernate.collection.spi.PersistentCollection.wasInitialized:()Z
            ifne 9
         7: .line 60
            aload 4 /* collection */
            invokeinterface org.hibernate.collection.spi.PersistentCollection.hasQueuedOperations:()Z
            ifne 27
         8: .line 61
            new org.hibernate.AssertionFailure
            dup
            ldc "no queued adds"
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 65
      StackMap locals: org.hibernate.action.internal.CollectionUpdateAction java.io.Serializable org.hibernate.engine.spi.SharedSessionContractImplementor org.hibernate.persister.collection.CollectionPersister org.hibernate.collection.spi.PersistentCollection int
      StackMap stack:
            iload 5 /* affectedByFilters */
            ifne 13
            aload 4 /* collection */
            invokeinterface org.hibernate.collection.spi.PersistentCollection.empty:()Z
            ifeq 13
        10: .line 66
            aload 0 /* this */
            getfield org.hibernate.action.internal.CollectionUpdateAction.emptySnapshot:Z
            ifne 27
        11: .line 67
            aload 3 /* persister */
            aload 1 /* id */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.remove:(Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
        12: .line 69
            goto 27
        13: .line 70
      StackMap locals:
      StackMap stack:
            aload 4 /* collection */
            aload 3 /* persister */
            invokeinterface org.hibernate.collection.spi.PersistentCollection.needsRecreate:(Lorg/hibernate/persister/collection/CollectionPersister;)Z
            ifeq 24
        14: .line 71
            iload 5 /* affectedByFilters */
            ifeq 20
        15: .line 72
            new org.hibernate.HibernateException
            dup
        16: .line 73
            new java.lang.StringBuilder
            dup
            ldc "cannot recreate collection while filter is enabled: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        17: .line 74
            aload 3 /* persister */
            aload 4 /* collection */
            aload 1 /* id */
            aload 2 /* session */
            invokestatic org.hibernate.pretty.MessageHelper.collectionInfoString:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        18: .line 73
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 72
            invokespecial org.hibernate.HibernateException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.action.internal.CollectionUpdateAction.emptySnapshot:Z
            ifne 22
        21: .line 78
            aload 3 /* persister */
            aload 1 /* id */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.remove:(Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
        22: .line 80
      StackMap locals:
      StackMap stack:
            aload 3 /* persister */
            aload 4 /* collection */
            aload 1 /* id */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.recreate:(Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
        23: .line 81
            goto 27
        24: .line 83
      StackMap locals:
      StackMap stack:
            aload 3 /* persister */
            aload 4 /* collection */
            aload 1 /* id */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.deleteRows:(Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
        25: .line 84
            aload 3 /* persister */
            aload 4 /* collection */
            aload 1 /* id */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.updateRows:(Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
        26: .line 85
            aload 3 /* persister */
            aload 4 /* collection */
            aload 1 /* id */
            aload 2 /* session */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.insertRows:(Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
        27: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            aload 4 /* collection */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getCollectionEntry:(Lorg/hibernate/collection/spi/PersistentCollection;)Lorg/hibernate/engine/spi/CollectionEntry;
            aload 4 /* collection */
            invokevirtual org.hibernate.engine.spi.CollectionEntry.afterAction:(Lorg/hibernate/collection/spi/PersistentCollection;)V
        28: .line 89
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.evict:()V
        29: .line 90
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.postUpdate:()V
        30: .line 92
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatistics:()Lorg/hibernate/stat/spi/StatisticsImplementor;
            invokeinterface org.hibernate.stat.spi.StatisticsImplementor.isStatisticsEnabled:()Z
            ifeq 32
        31: .line 93
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.engine.spi.SessionFactoryImplementor.getStatistics:()Lorg/hibernate/stat/spi/StatisticsImplementor;
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getRole:()Ljava/lang/String;
            invokeinterface org.hibernate.stat.spi.StatisticsImplementor.updateCollection:(Ljava/lang/String;)V
        32: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean affectedByFilters
        end local 4 // org.hibernate.collection.spi.PersistentCollection collection
        end local 3 // org.hibernate.persister.collection.CollectionPersister persister
        end local 2 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        end local 1 // java.io.Serializable id
        end local 0 // org.hibernate.action.internal.CollectionUpdateAction this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   33     0               this  Lorg/hibernate/action/internal/CollectionUpdateAction;
            1   33     1                 id  Ljava/io/Serializable;
            2   33     2            session  Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            3   33     3          persister  Lorg/hibernate/persister/collection/CollectionPersister;
            4   33     4         collection  Lorg/hibernate/collection/spi/PersistentCollection;
            5   33     5  affectedByFilters  Z
    Exceptions:
      throws org.hibernate.HibernateException

  private void preUpdate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.hibernate.action.internal.CollectionUpdateAction this
         0: .line 98
            aload 0 /* this */
            getstatic org.hibernate.event.spi.EventType.PRE_COLLECTION_UPDATE:Lorg/hibernate/event/spi/EventType;
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.listenerGroup:(Lorg/hibernate/event/spi/EventType;)Lorg/hibernate/event/service/spi/EventListenerGroup;
            astore 1 /* listenerGroup */
        start local 1 // org.hibernate.event.service.spi.EventListenerGroup listenerGroup
         1: .line 99
            aload 1 /* listenerGroup */
            invokeinterface org.hibernate.event.service.spi.EventListenerGroup.isEmpty:()Z
            ifeq 3
         2: .line 100
            return
         3: .line 102
      StackMap locals: org.hibernate.event.service.spi.EventListenerGroup
      StackMap stack:
            new org.hibernate.event.spi.PreCollectionUpdateEvent
            dup
         4: .line 103
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
         5: .line 104
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
         6: .line 105
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.eventSource:()Lorg/hibernate/event/spi/EventSource;
         7: .line 102
            invokespecial org.hibernate.event.spi.PreCollectionUpdateEvent.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)V
            astore 2 /* event */
        start local 2 // org.hibernate.event.spi.PreCollectionUpdateEvent event
         8: .line 107
            aload 1 /* listenerGroup */
            invokeinterface org.hibernate.event.service.spi.EventListenerGroup.listeners:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: org.hibernate.action.internal.CollectionUpdateAction org.hibernate.event.service.spi.EventListenerGroup org.hibernate.event.spi.PreCollectionUpdateEvent top java.util.Iterator
      StackMap stack:
         9: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.event.spi.PreCollectionUpdateEventListener
            astore 3 /* listener */
        start local 3 // org.hibernate.event.spi.PreCollectionUpdateEventListener listener
        10: .line 108
            aload 3 /* listener */
            aload 2 /* event */
            invokeinterface org.hibernate.event.spi.PreCollectionUpdateEventListener.onPreUpdateCollection:(Lorg/hibernate/event/spi/PreCollectionUpdateEvent;)V
        end local 3 // org.hibernate.event.spi.PreCollectionUpdateEventListener listener
        11: .line 107
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        12: .line 110
            return
        end local 2 // org.hibernate.event.spi.PreCollectionUpdateEvent event
        end local 1 // org.hibernate.event.service.spi.EventListenerGroup listenerGroup
        end local 0 // org.hibernate.action.internal.CollectionUpdateAction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/hibernate/action/internal/CollectionUpdateAction;
            1   13     1  listenerGroup  Lorg/hibernate/event/service/spi/EventListenerGroup<Lorg/hibernate/event/spi/PreCollectionUpdateEventListener;>;
            8   13     2          event  Lorg/hibernate/event/spi/PreCollectionUpdateEvent;
           10   11     3       listener  Lorg/hibernate/event/spi/PreCollectionUpdateEventListener;

  private void postUpdate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.hibernate.action.internal.CollectionUpdateAction this
         0: .line 113
            aload 0 /* this */
            getstatic org.hibernate.event.spi.EventType.POST_COLLECTION_UPDATE:Lorg/hibernate/event/spi/EventType;
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.listenerGroup:(Lorg/hibernate/event/spi/EventType;)Lorg/hibernate/event/service/spi/EventListenerGroup;
            astore 1 /* listenerGroup */
        start local 1 // org.hibernate.event.service.spi.EventListenerGroup listenerGroup
         1: .line 114
            aload 1 /* listenerGroup */
            invokeinterface org.hibernate.event.service.spi.EventListenerGroup.isEmpty:()Z
            ifeq 3
         2: .line 115
            return
         3: .line 117
      StackMap locals: org.hibernate.event.service.spi.EventListenerGroup
      StackMap stack:
            new org.hibernate.event.spi.PostCollectionUpdateEvent
            dup
         4: .line 118
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
         5: .line 119
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
         6: .line 120
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionUpdateAction.eventSource:()Lorg/hibernate/event/spi/EventSource;
         7: .line 117
            invokespecial org.hibernate.event.spi.PostCollectionUpdateEvent.<init>:(Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/event/spi/EventSource;)V
            astore 2 /* event */
        start local 2 // org.hibernate.event.spi.PostCollectionUpdateEvent event
         8: .line 122
            aload 1 /* listenerGroup */
            invokeinterface org.hibernate.event.service.spi.EventListenerGroup.listeners:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: org.hibernate.action.internal.CollectionUpdateAction org.hibernate.event.service.spi.EventListenerGroup org.hibernate.event.spi.PostCollectionUpdateEvent top java.util.Iterator
      StackMap stack:
         9: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.event.spi.PostCollectionUpdateEventListener
            astore 3 /* listener */
        start local 3 // org.hibernate.event.spi.PostCollectionUpdateEventListener listener
        10: .line 123
            aload 3 /* listener */
            aload 2 /* event */
            invokeinterface org.hibernate.event.spi.PostCollectionUpdateEventListener.onPostUpdateCollection:(Lorg/hibernate/event/spi/PostCollectionUpdateEvent;)V
        end local 3 // org.hibernate.event.spi.PostCollectionUpdateEventListener listener
        11: .line 122
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        12: .line 125
            return
        end local 2 // org.hibernate.event.spi.PostCollectionUpdateEvent event
        end local 1 // org.hibernate.event.service.spi.EventListenerGroup listenerGroup
        end local 0 // org.hibernate.action.internal.CollectionUpdateAction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/hibernate/action/internal/CollectionUpdateAction;
            1   13     1  listenerGroup  Lorg/hibernate/event/service/spi/EventListenerGroup<Lorg/hibernate/event/spi/PostCollectionUpdateEventListener;>;
            8   13     2          event  Lorg/hibernate/event/spi/PostCollectionUpdateEvent;
           10   11     3       listener  Lorg/hibernate/event/spi/PostCollectionUpdateEventListener;
}
SourceFile: "CollectionUpdateAction.java"