public final class org.hibernate.action.internal.CollectionRecreateAction 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.CollectionRecreateAction
  super_class: org.hibernate.action.internal.CollectionAction
{
  public void <init>(org.hibernate.collection.spi.PersistentCollection, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable, org.hibernate.engine.spi.SharedSessionContractImplementor);
    descriptor: (Lorg/hibernate/collection/spi/PersistentCollection;Lorg/hibernate/persister/collection/CollectionPersister;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.hibernate.action.internal.CollectionRecreateAction 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 // org.hibernate.engine.spi.SharedSessionContractImplementor session
         0: .line 40
            aload 0 /* this */
            aload 2 /* persister */
            aload 1 /* collection */
            aload 3 /* id */
            aload 4 /* 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 41
            return
        end local 4 // org.hibernate.engine.spi.SharedSessionContractImplementor session
        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.CollectionRecreateAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/action/internal/CollectionRecreateAction;
            0    2     1  collection  Lorg/hibernate/collection/spi/PersistentCollection;
            0    2     2   persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    2     3          id  Ljava/io/Serializable;
            0    2     4     session  Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
    MethodParameters:
            Name  Flags
      collection  final
      persister   final
      id          final
      session     final

  public void execute();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.hibernate.action.internal.CollectionRecreateAction this
         0: .line 47
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
            astore 1 /* collection */
        start local 1 // org.hibernate.collection.spi.PersistentCollection collection
         1: .line 49
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.preRecreate:()V
         2: .line 50
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            aload 1 /* collection */
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getKey:()Ljava/io/Serializable;
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.persister.collection.CollectionPersister.recreate:(Lorg/hibernate/collection/spi/PersistentCollection;Ljava/io/Serializable;Lorg/hibernate/engine/spi/SharedSessionContractImplementor;)V
         3: .line 51
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getSession:()Lorg/hibernate/engine/spi/SharedSessionContractImplementor;
            invokeinterface org.hibernate.engine.spi.SharedSessionContractImplementor.getPersistenceContext:()Lorg/hibernate/engine/spi/PersistenceContext;
            aload 1 /* collection */
            invokeinterface org.hibernate.engine.spi.PersistenceContext.getCollectionEntry:(Lorg/hibernate/collection/spi/PersistentCollection;)Lorg/hibernate/engine/spi/CollectionEntry;
            aload 1 /* collection */
            invokevirtual org.hibernate.engine.spi.CollectionEntry.afterAction:(Lorg/hibernate/collection/spi/PersistentCollection;)V
         4: .line 52
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.evict:()V
         5: .line 53
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.postRecreate:()V
         6: .line 55
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.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 8
         7: .line 56
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.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.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getRole:()Ljava/lang/String;
            invokeinterface org.hibernate.stat.spi.StatisticsImplementor.recreateCollection:(Ljava/lang/String;)V
         8: .line 58
      StackMap locals: org.hibernate.collection.spi.PersistentCollection
      StackMap stack:
            return
        end local 1 // org.hibernate.collection.spi.PersistentCollection collection
        end local 0 // org.hibernate.action.internal.CollectionRecreateAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/hibernate/action/internal/CollectionRecreateAction;
            1    9     1  collection  Lorg/hibernate/collection/spi/PersistentCollection;
    Exceptions:
      throws org.hibernate.HibernateException

  private void preRecreate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.hibernate.action.internal.CollectionRecreateAction this
         0: .line 61
            aload 0 /* this */
            getstatic org.hibernate.event.spi.EventType.PRE_COLLECTION_RECREATE:Lorg/hibernate/event/spi/EventType;
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.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 62
            aload 1 /* listenerGroup */
            invokeinterface org.hibernate.event.service.spi.EventListenerGroup.isEmpty:()Z
            ifeq 3
         2: .line 63
            return
         3: .line 65
      StackMap locals: org.hibernate.event.service.spi.EventListenerGroup
      StackMap stack:
            new org.hibernate.event.spi.PreCollectionRecreateEvent
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.eventSource:()Lorg/hibernate/event/spi/EventSource;
            invokespecial org.hibernate.event.spi.PreCollectionRecreateEvent.<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.PreCollectionRecreateEvent event
         4: .line 66
            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 7
      StackMap locals: org.hibernate.action.internal.CollectionRecreateAction org.hibernate.event.service.spi.EventListenerGroup org.hibernate.event.spi.PreCollectionRecreateEvent top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.event.spi.PreCollectionRecreateEventListener
            astore 3 /* listener */
        start local 3 // org.hibernate.event.spi.PreCollectionRecreateEventListener listener
         6: .line 67
            aload 3 /* listener */
            aload 2 /* event */
            invokeinterface org.hibernate.event.spi.PreCollectionRecreateEventListener.onPreRecreateCollection:(Lorg/hibernate/event/spi/PreCollectionRecreateEvent;)V
        end local 3 // org.hibernate.event.spi.PreCollectionRecreateEventListener listener
         7: .line 66
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 69
            return
        end local 2 // org.hibernate.event.spi.PreCollectionRecreateEvent event
        end local 1 // org.hibernate.event.service.spi.EventListenerGroup listenerGroup
        end local 0 // org.hibernate.action.internal.CollectionRecreateAction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/hibernate/action/internal/CollectionRecreateAction;
            1    9     1  listenerGroup  Lorg/hibernate/event/service/spi/EventListenerGroup<Lorg/hibernate/event/spi/PreCollectionRecreateEventListener;>;
            4    9     2          event  Lorg/hibernate/event/spi/PreCollectionRecreateEvent;
            6    7     3       listener  Lorg/hibernate/event/spi/PreCollectionRecreateEventListener;

  private void postRecreate();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.hibernate.action.internal.CollectionRecreateAction this
         0: .line 72
            aload 0 /* this */
            getstatic org.hibernate.event.spi.EventType.POST_COLLECTION_RECREATE:Lorg/hibernate/event/spi/EventType;
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.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 73
            aload 1 /* listenerGroup */
            invokeinterface org.hibernate.event.service.spi.EventListenerGroup.isEmpty:()Z
            ifeq 3
         2: .line 74
            return
         3: .line 76
      StackMap locals: org.hibernate.event.service.spi.EventListenerGroup
      StackMap stack:
            new org.hibernate.event.spi.PostCollectionRecreateEvent
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getPersister:()Lorg/hibernate/persister/collection/CollectionPersister;
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.getCollection:()Lorg/hibernate/collection/spi/PersistentCollection;
            aload 0 /* this */
            invokevirtual org.hibernate.action.internal.CollectionRecreateAction.eventSource:()Lorg/hibernate/event/spi/EventSource;
            invokespecial org.hibernate.event.spi.PostCollectionRecreateEvent.<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.PostCollectionRecreateEvent event
         4: .line 77
            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 7
      StackMap locals: org.hibernate.action.internal.CollectionRecreateAction org.hibernate.event.service.spi.EventListenerGroup org.hibernate.event.spi.PostCollectionRecreateEvent top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.event.spi.PostCollectionRecreateEventListener
            astore 3 /* listener */
        start local 3 // org.hibernate.event.spi.PostCollectionRecreateEventListener listener
         6: .line 78
            aload 3 /* listener */
            aload 2 /* event */
            invokeinterface org.hibernate.event.spi.PostCollectionRecreateEventListener.onPostRecreateCollection:(Lorg/hibernate/event/spi/PostCollectionRecreateEvent;)V
        end local 3 // org.hibernate.event.spi.PostCollectionRecreateEventListener listener
         7: .line 77
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 80
            return
        end local 2 // org.hibernate.event.spi.PostCollectionRecreateEvent event
        end local 1 // org.hibernate.event.service.spi.EventListenerGroup listenerGroup
        end local 0 // org.hibernate.action.internal.CollectionRecreateAction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/hibernate/action/internal/CollectionRecreateAction;
            1    9     1  listenerGroup  Lorg/hibernate/event/service/spi/EventListenerGroup<Lorg/hibernate/event/spi/PostCollectionRecreateEventListener;>;
            4    9     2          event  Lorg/hibernate/event/spi/PostCollectionRecreateEvent;
            6    7     3       listener  Lorg/hibernate/event/spi/PostCollectionRecreateEventListener;
}
SourceFile: "CollectionRecreateAction.java"